Z
zhang12321
Unregistered / Unconfirmed
GUEST, unregistred user!
如果我的sql是:
select * from A where A.field1='4'(此处有单引号)
那么我用双引号把它括起来时,即:
sql="select * from A where A.field1='4'"
这样写行吗?
用双引号括起来的单引号还能识别它是单引号吗?
谢谢!!:)
select * from A where A.field1='4'(此处有单引号)
那么我用双引号把它括起来时,即:
sql="select * from A where A.field1='4'"
这样写行吗?
用双引号括起来的单引号还能识别它是单引号吗?
谢谢!!:)