[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
SQLComment
/* indicates the start of a mult-line comment, which is ended by */.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
SQLComment
(SQL) Comment
-- indicates a one-line comment./* indicates the start of a mult-line comment, which is ended by */.
SELECT * from DATABASE
-- WHERE gender = female
/* AND age > 18
AND age < 30 */
'Comment' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
