Skip to content

Instantly share code, notes, and snippets.

@keehyun2
Last active July 30, 2017 05:39
Show Gist options
  • Save keehyun2/51d183b941a29da3ec955cb9eef45bd3 to your computer and use it in GitHub Desktop.
Save keehyun2/51d183b941a29da3ec955cb9eef45bd3 to your computer and use it in GitHub Desktop.
mysql 계층 쿼리
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