mysql 注释

mysql> SELECT 1+1;     # This comment continues to the end of line
mysql> SELECT 1+1;     -- This comment continues to the end of line
/* this is an in-line comment */

 

posted @ 2016-10-12 13:55  梦见舟  阅读(88)  评论(0编辑  收藏  举报