Post your suggestions for future versions of NeoBook
Moderator: Neosoft Support
by carlos torres » Fri Jan 23, 2009 5:42 pm
Hi NB Team
It will be nice to have an action command within dbPro that let you copy/export tables, copy/export just the structure or structure plus data.
It will save a lot of time when you have to manipulate a lot of tables.
regards
carlost
-

carlos torres
-
- Posts: 289
- Joined: Mon May 02, 2005 8:14 am
- Location: Pamplona, Colombia
by Neosoft Support » Sat Jan 24, 2009 5:02 pm
I think you can accomplish these things with SQL.
Copy table with data:
CREATE TABLE NewTable SELECT * FROM OldTable
Copy table structure only (no data):
SELECT * INTO NewTable FROM OldTable WHERE 1=0
NeoSoft Support
-
Neosoft Support
- NeoSoft Team
-
- Posts: 5621
- Joined: Thu Mar 31, 2005 10:48 pm
- Location: Oregon, USA
-
Return to NeoBook Suggestions
Who is online
Users browsing this forum: No registered users and 1 guest