sq2000中的row_number()

Posted 糖果小宝~

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sq2000中的row_number()相关的知识,希望对你有一定的参考价值。

sq2000 中无法使用row_number()

使用

select ( select count(*)
from xzt_da_Topic p1
where p1.id <= p2.id) as ABC,
* from xzt_da_Topic p2
order by ABC   代替

以上是关于sq2000中的row_number()的主要内容,如果未能解决你的问题,请参考以下文章