Last active
July 30, 2017 05:39
-
-
Save keehyun2/51d183b941a29da3ec955cb9eef45bd3 to your computer and use it in GitHub Desktop.
mysql 계층 쿼리
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 'temp_log' ( | |
'idx' INT(12) NOT NULL AUTO_INCREMENT, | |
'_id' VARCHAR(4000) NULL DEFAULT NULL, | |
'_parent' VARCHAR(4000) NULL DEFAULT NULL, | |
'min' VARCHAR(4000) NULL DEFAULT NULL, | |
INDEX '인덱스 1' ('idx') | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment