mysql数据库中两个表的比较对比和提取数据

先试试这样能不能取到记录 select tb.* from (select * from a,b) as tb where instr(tb.content,tb.name)>0 如果可以的话 insert into c select tb.* from (select * from a,b) as tb where instr(tb.content,tb.name)>0
mysql数据库中两个表的比较对比和提取数据
先试试这样能不能取到记录
select tb.* from (select * from a,b) as tb where instr(tb.content,tb.name)>0
如果可以的话
insert into c select tb.* from (select * from a,b) as tb where instr(tb.content,tb.name)>02011-11-12
mengvlog 阅读 55 次 更新于 2025-12-16 11:47:14 我来答关注问题0
檬味博客在线解答立即免费咨询

mySQL相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部