select * from table1,table2 where table1.file like '%' + table2.id + '%'
mysql 不清楚字符串的连接,sql这样的应该可以满足你的要求。
连接符不是加号 是 concat();
select SUBSTRING_INDEX('(select SUBSTRING_INDEX('file', '.', 1) from table1 )','/','-1') from table1
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '', '.', 1) from table1 )','/','-1') from table1 LIMIT 0, 30' at line 1
哥们报错了。 小弟新人 没见过这种方法。
不知道如何调试你这种方法
能不能帮忙下