34,838
社区成员




select * from newtable where uname = 'E:\updata\idata\gdlrFile\dd4280ea-299c-4b75-b66f-4c9f45544e14.doc'
select * from newtable where uname like 'E:\updata\idata\gdlrFile\%'
select * from newtable where uname like 'E:\\\\updata\\\\idata\\\\gdlrFile\\\\%'
select * from newtable where uname = 'E:\\updata\\idata\\gdlrFile\\dd4280ea-299c-4b75-b66f-4c9f45544e14.doc'