Wednesday, September 2, 2009

FAQ : What is the equivalent of SELECT * INTO of SQL Server in Oracle

SQL Server
Select * into TargettableName from sourceTableName

Oracle
Create table targetTableName as Select *From sourceTableName

No comments:

 
Locations of visitors to this page