Hello,
How can I use insert_recordset command in order to insert to table a column with 'constant' value.
something like:
insert_recordset mytable(mycol1, mycol2, mycol2)
select col1, col2, 'bbbb' from mytable2;
How can I insert 'bbbb' to the mycol3 in insert_recordset statement?
If not - what are the alternatives? (need fast way to insert).
Thanks :)
*This post is locked for comments
I have the same question (0)