1.

How To Use Sql Query To Copy Only Structure?

Answer»

SELECT * into TABLE2 from TABLE1 where 1 = 2

select * into table2 from table1 where 1 = 2



Discussion

No Comment Found