以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  字符串连接问题  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=188361)

--  作者:zhangjian222200
--  发布时间:2023/9/15 22:56:00
--  字符串连接问题
Dim drs As List(of DataRow) = DataTables("资料").SQLSelect("[备注列] Like \'*[" & Tables("活动").Current.DataRow("编号") & "|]*\'",20)


我简单测试了一下,好像没有问题
目的:想找到“备注列”,包含当前表“编号”的列
说明:“编号”数字后面有个“|”
不过,还是要问下,like后面代码写得对么?

--  作者:有点蓝
--  发布时间:2023/9/16 8:45:00
--  
1、去掉中括号
2、*改为%