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 Rhinorhino 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
Joined
Mar 31, 1999
Messages
4
Location
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