Home » RDBMS Server » Server Administration » sql statements
sql statements [message #375052] Fri, 20 July 2001 23:19 Go to next message
Rajesh Das
Messages: 1
Registered: July 2001
Junior Member
Hi

I want to insert records from one table into another one order by a specific column.

Is there any solution for it.Let me know.

Thanx Rajesh
Re: sql statements [message #375053 is a reply to message #375052] Sat, 21 July 2001 00:15 Go to previous message
S.Muthu Kumar
Messages: 6
Registered: July 2001
Junior Member
Hi,

INSERT INTO Table_Into SELECT * FROM Table_From
ORDER BY Col_Name ;

HTH
S.Muthu Kumar
Previous Topic: Queries on partitioned table are sometimes slow
Next Topic: Re: sql query(try again)
Goto Forum:
  


Current Time: Fri Jul 05 11:24:03 CDT 2024