Mega Code Archive

 
Categories / MySQL / Command Mysql
 

Comments in MySQL

-- There are three ways of supplying comments in SQL commands: SELECT 1 # comment SELECT 1 /* comment */ SELECT 1 -- comment