add common table expression in MySQL (#314)

This commit is contained in:
Aristoeu
2021-09-02 14:24:01 +08:00
committed by wangzelin.wzl
parent 5f209b30fe
commit 153f16ad8a
33 changed files with 136129 additions and 40650 deletions

View File

@ -272,6 +272,7 @@ READ { REPUT_TOKEN_NEG_SIGN(READ); }
READ_WRITE { REPUT_TOKEN_NEG_SIGN(READ_WRITE); }
READS { REPUT_TOKEN_NEG_SIGN(READS); }
REAL { REPUT_TOKEN_NEG_SIGN(REAL); }
RECURSIVE { REPUT_TOKEN_NEG_SIGN(RECURSIVE); }
RELEASE { REPUT_TOKEN_NEG_SIGN(RELEASE); }
REFERENCES { REPUT_TOKEN_NEG_SIGN(REFERENCES); }
REGEXP { REPUT_TOKEN_NEG_SIGN(REGEXP); }