通常、このように機能します
insert into your_table (col1, col2, col3) select some_column, @aVariable, 'static_string' from another_tableプレ>
通常、このように機能します
insert into your_table (col1, col2, col3) select some_column, @aVariable, 'static_string' from another_tableプレ>