ACCESS转MSSQL数据库问题
发布网友
发布时间:2022-04-08 09:41
我来回答
共1个回答
热心网友
时间:2022-04-08 11:10
在MSSQL中不支持Instr函数
换成like
Sql = "select [id],[moblie] from huiyuan where moblie like '%"&moblie&"%' and userid=(select top 1 id from [user] where xy='"&xywap.FormatXY(xy)&"') order by [id] desc"