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