摘要:
在默认值情况下,select 'abc',Titile from tb_Name; ---输出内容 是abc;如果想输出 单引号 'abc,需要使用select '''abc',Titile from tb_Name; ---这里用三个单引号'''abc;select '''abc''',Title from tbName; 输出内容是'abc';两边带有单引号;谨记:如果字符串包含单引号,则需要在单引号前再增加一个单引号。exec('sele 阅读全文
posted @ 2014-01-09 16:20
科嘉
阅读(4695)
评论(0)
推荐(1)
浙公网安备 33010602011771号