-
Notifications
You must be signed in to change notification settings - Fork 664
Comments
Andrey Gershun edited this page May 26, 2015
·
1 revision
AlaSQL supports two types of comments:
- multi-line comments enclosed in
/*
and*/
- single-line comments starting with
--
to the end of line
/*
My
multi-line
comments
*/
SELECT * FROM one; -- and this is comments also
-- and this
-- and this
Please, try this example in jsFiddle
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo