vscode-sql-formatter
vscode-sql-formatter copied to clipboard
Support for DELIMITER syntax
The following
DELIMITER $$
is turned into
DELIMITER $ $
which is not syntax.
need this
I need this as well.