[求助]SQL语句执行错误
select * from [Product] Where 1=1 and PMainClass In (1) and PName like '%最新紫晶唇眸系列清洁乳%' order by [PName] asc 这样能正常运行
select * from [Product] Where 1=1 and PName like '%最新紫晶唇眸系列清洁乳%' order by [PName] asc
这样就报错了 怎么回事啊
2007-04-17 01:21
2007-04-17 08:29
2007-04-17 11:40