L
llz629
Unregistered / Unconfirmed
GUEST, unregistred user!
在access中想要把某一列值(b)设为空.这列值类型为字符型.
sql主句这样写:
s:='update aa set b='+''''''''+' where ......'
但是报错为b=''''''这一块.
应怎样写呢?
sql主句这样写:
s:='update aa set b='+''''''''+' where ......'
但是报错为b=''''''这一块.
应怎样写呢?