以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 问一个SQL语句 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=121546) |
-- 作者:huangxueyao -- 发布时间:2018/7/9 11:33:00 -- 问一个SQL语句 string1:ABC string2:ABCDEFG 在SQL 中,如果要用string1来匹配string2的话可以用LIKE加% 现在问,如何判断string2中是否包含string1,语句怎么写? 谢谢
|
-- 作者:有点甜 -- 发布时间:2018/7/9 16:56:00 -- 参考,contains函数
http://www.foxtable.com/webhelp/scr/1421.htm
|