#1、单行注释可以用"#"select 1 as cname; #this is a comment#2、单行注释的第二种写法用 "-- " 注意这个风格下"--【空格】" 也就是说“--" 与注释之间是有空格的。select 123; -- this is a comment#3、多行注释可以用/**/select 123; /* this is a comment */
本文共 188 字,大约阅读时间需要 1 分钟。
#1、单行注释可以用"#"select 1 as cname; #this is a comment#2、单行注释的第二种写法用 "-- " 注意这个风格下"--【空格】" 也就是说“--" 与注释之间是有空格的。select 123; -- this is a comment#3、多行注释可以用/**/select 123; /* this is a comment */
转载地址:http://eiqbo.baihongyu.com/