Comments

Single line

-- This is a comment (two hyphens)
# This is a comment

Multiple lines

/* This is a multi-line comment */
  • Multiple-line comments can only be nested on certain database engines
  • Single-line comments can be nested inside multiple-line comments