graham23s Posted August 11, 2007 Share Posted August 11, 2007 Hi Guys, i was wondering is there any way when exporting your tables to a filename.sql to just export the table structure and not all the inputted data without having to delete it all? thanks guys Graham Quote Link to comment Share on other sites More sharing options...
fenway Posted August 20, 2007 Share Posted August 20, 2007 You can run CREATE TABLE LIKE 'yourTABLE' for each table in a script. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.