You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
396 B
26 lines
396 B
/* WARNING! All changes made in this file will be lost! Run 'make parser' instead. */
|
|
INS("AND");
|
|
INS("AS");
|
|
INS("ASC");
|
|
INS("BY");
|
|
INS("CREATE");
|
|
INS("DESC");
|
|
INS("FROM");
|
|
INS("IN");
|
|
INS("INTEGER");
|
|
INS("IS");
|
|
INS("JOIN");
|
|
INS("LEFT");
|
|
INS("LIKE");
|
|
INS("NOT");
|
|
INS("NULL");
|
|
INS("ON");
|
|
INS("OR");
|
|
INS("ORDER");
|
|
INS("RIGHT");
|
|
INS("SELECT");
|
|
INS("SIMILAR");
|
|
INS("TABLE");
|
|
INS("WHERE");
|
|
INS("XOR");
|