SyntaxFix
Write A Post
Hire A Developer
Questions
try this query below:
Insert into tab1 (tab1.column1,tab1.column2) select tab2.column1, 'hard coded value' from tab2 where tab2.column='value';