i am geting error for the following command from vb6
insert into table1 from select * from table2 where <condition> order by field1
User Profile
Collapse
-
insert into from where order by ?
-
Q.1 insert into from condition order by
can i use a command like this?
insert into table1 from table2 where name='kailash' order by code; -
insert into from order by
can i insert data into a table from another table giving a condition after the table is selected by order of any column?
No activity results to display
Show More
Leave a comment: