U may try out the below :
1. Open the SQL view window.
2. Type SELECT * and press Enter. This statement will select all the columns from the table you want to copy
3. Type INTO and the name you want to give the new table.
NOTE : For eg, INTO NewTable. This statement will make sure that the copied columns are placed into the new table.
4. Now Press Enter
5. Type FROM & the name of the table you want to copy.
NOTE: For eg., FROM anytable (Old one)
Now run the query !
Last Wiki Answer Submitted: November 8, 2010 4:35 am by Subhendu Sen22,035 pts.
All Answer Wiki Contributors: Subhendu Sen22,035 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Hi “VB and Access”, Rechil provided a good answer on how to copy an Access table into another Access table, is that what you need ?
Since you mentioned “sqlplus”, one could think that an Oracle database is involved.
If the answer provided doesn’t help, please provide more details.