在显示所有数据时,怎样把不同记录同一字段中相同的数据用其它颜色显示出来。
"SELECT * FROM 影片评论 WHERE ID IN (SELECT MAX(ID) FROM 影片评论 GROUP BY 影片名称) order by id DESC"
select * from spzs where infotype="my" and id in(select max(id) from spzs group by sccj) order by id desc
"SELECT * FROM 影片评论 WHERE ID IN (SELECT MAX(ID) FROM 影片评论 GROUP BY 影片名称) order by id DESC"
select * from spzs where infotype="my" and id in(select max(id) from spzs group by sccj) order by id desc