We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Throws on
constparser=require('js-sql-parser');constast=parser.parse('WITH t as ( delete from foo ) Delete from bar;')console.log(JSON.stringify(ast,null,2));