Copy table in sql
posted on 05 Jan 2009 15:09 by tazaii in DatabaseHow to create table from old table that exist >>
create table <table_new> select * from <table_to_copy>
Tags: create, database, sql, table0 Comments
How to create table from old table that exist >>
create table <table_new> select * from <table_to_copy>