Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

SQL Multi-line Comments

/* selecting all records
from the
Students table */
SELECT *
FROM Students;
 
PREVIOUS NEXT
Tagged: #SQL #Comments
ADD COMMENT
Topic
Name
4+1 =