当前位置:Gxlcms > 数据库问题 > MySQL注释(转)

MySQL注释(转)

时间:2021-07-01 10:21:17 帮助过:12人阅读

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

4、题外话:

如果使用了Mycat的读写分离组件,那么注释也能起到一定作用,比如要连接主库时,Mycat的做法就是从注释入手,指定主库。

 

参考:

http://www.cnblogs.com/end/archive/2011/03/31/2001109.html

MySQL注释(转)

标签:log   multi   指定   语法   .com   www.   序列   mycat   空格   

人气教程排行