Generalmente funciona así
insert into your_table (col1, col2, col3)
select some_column, @aVariable, 'static_string'
from another_table
Generalmente funciona así
insert into your_table (col1, col2, col3)
select some_column, @aVariable, 'static_string'
from another_table