We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac78a8 commit 127a319Copy full SHA for 127a319
4 files changed
README.md
@@ -18,10 +18,6 @@ sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
18
- matchexpr: Full-Text Search Functions. //to support
19
- intervalexpr: Date INTERVAL keyword. //to support
20
21
-note:
22
-this sql parser doesn't keep operator precedence currently (in bitExpr). it will be support later.
23
-it keep parser.parse and parse.stringify is stable.
24
-
25
## commonjs usage
26
27
`npm install --save js-sql-parser`
0 commit comments