Generelt fungerer det sådan her
insert into your_table (col1, col2, col3)
select some_column, @aVariable, 'static_string'
from another_table
Generelt fungerer det sådan her
insert into your_table (col1, col2, col3)
select some_column, @aVariable, 'static_string'
from another_table