Wednesday, August 21, 2013

SQL

From http://www.techonthenet.com/sql/tables/create_table2.php

CREATE TABLE new_table AS (SELECT * FROM old_table WHERE 1=2);

No comments:

Post a Comment