用navicat工具select半天无果,最后灵感一出用了as

select ROWID as id, c.* from table where rownum <=5;

这样就可以了。

 

 posted on 2020-01-07 09:43  WU大雄  阅读(346)  评论(0)    收藏  举报