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 thisPlease, try this example in jsFiddle