Send query values to a table [message #374378] |
Fri, 08 June 2001 13:07 |
Srikanth Tutukuri
Messages: 3 Registered: June 2001
|
Junior Member |
|
|
I am trying to send the results of a query into a table. The sql statement is as follws.
Select OL_ID, OL_NAME into BestSellers from Orders;
where BestSellers is the name of the temporary table. I have not created the table BestSellers before. Do we need to create a table before we can insert data into it or can we send the data from a query result into a temporary table. Can anyone help me on this. Any help is highly appreciated.
|
|
|
|