Im Allgemeinen funktioniert es so
insert into your_table (col1, col2, col3)
select some_column, @aVariable, 'static_string'
from another_table
Im Allgemeinen funktioniert es so
insert into your_table (col1, col2, col3)
select some_column, @aVariable, 'static_string'
from another_table