确实挺复杂的 关注一下 换存储结构吧. 要不你得先把tb表中每条数据给split了再把查询数据split,再进行复杂的算法才可以.非常繁琐和浪费资源. 你还不如存成 id tags
1 1 1 2 1 3 2 1 2 2 这样.这样的话,一句sql语句就能搞定. select top 5 count(id) as countId where tags in (4,9,15) group by id order by countId 好久不写sql了.没有实际测试.思路是这样.你自己改改吧.
请问: 1,如何将一张dbf表导入到sql server2000中的一张表。使用DTS该怎样实现? 2,使用网上代码: Insert Into Tb_cj Select * from openrowset('MSDASQL','Driver=Microsoft Visual FoxPro D ......