SQL记录-rowid去重

select * from a
where rowid=(select max(rowid) from a)


posted @ 2017-10-17 23:25  信方  阅读(403)  评论(0)    收藏  举报