Created
November 30, 2016 17:11
-
-
Save igorpronin/c40be66d3a1114570574898cbda95e6c to your computer and use it in GitHub Desktop.
Копировать структуру таблицы
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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