Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CLOSING SQL TABLES

Status
Not open for further replies.

MelanieVA

Programmer
Mar 31, 1999
4
0
0
US
I am trying to delete the resulting table in this command...<br>
SELECT * FROM main!table INTO TABLE MyTable<br>
<br>
Any ideas...
 
After you create a table this way, the SQL Select statement will automatically open the new table for you. You have to close the table before you can delete it.<br>
<br>
I hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top