|

楼主 |
发表于 2020-1-6 12:48:01
|
显示全部楼层
rs.open "select title,count(*) as c from PE_article where articleid>=122580 and articleid<=123583 and deleted<>-2 group by title having count(*)>1",conn,1,1
这是读取title字段有重复的记录。
现在我读取记录能实现用rs("title")取得这个字段的值的同时。
也能用rs("aabc")读取另一个字段的值?这样不能实现吗? |
|