Skip to content

Instantly share code, notes, and snippets.

@igorpronin
Created November 30, 2016 17:11
Show Gist options
  • Save igorpronin/c40be66d3a1114570574898cbda95e6c to your computer and use it in GitHub Desktop.
Save igorpronin/c40be66d3a1114570574898cbda95e6c to your computer and use it in GitHub Desktop.
Копировать структуру таблицы
CREATE TABLE table2 AS SELECT * FROM table1 WHERE 1=2;
(This creates the structure only -- no data will be transferred because
1 will never equal 2). :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment