Hi everyone,
I was just curious if there's a shorthand way of replicating a Table Schema.
I use the following to create a new Table with the same schema.
>create table new_table ( select * from table);
>delete from new_table;


Thanks in advance,
-gohaku


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to