救命啊!◎在线等待!!!!!!!!!!!!!!!!
我的SQL中数据是从TXT导入的,其中客户编号这列里面导入时带了空格
导致我的SQL语句无法执行
请问该怎么解决啊!我急死了
str_selectcm="select * from ywb_cablemodem_first where coustomserial='"&coustomserial&"'"
select * from ywb_cablemodem_first where coustomserial='250080005791'
这样才能执行
select * from ywb_cablemodem_first where coustomserial='250080005791 '
我该怎么解决呢!◎