Skip to main content
Welcome, Guest. Please login.

Login with username, password and session length
39 Guests, 0 Users

Recent

Topic: Create new table with structure of another but no data (Read 3981 times) previous topic - next topic

Create new table with structure of another but no data

Code: [Select]
CREATE TABLE new_table AS SELECT * FROM old_table WHERE 1=2;