Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql comments

Single line comments start with --
-- Single Line Comments 

Multi-line comments start with /* and end with */.
/*Multi-line comments*/
 
PREVIOUS NEXT
Tagged: #sql #comments
ADD COMMENT
Topic
Name
7+8 =