我们不能在 peoplesoft 的 sql/views 的 select 语句中编写子查询,如下所示
select t1.*,
(select count(id) from t as t2 where t2.id<=t1.id) as row_number
from t as t1 order by Id
谢谢,
希亚姆
我们不能在 peoplesoft 的 sql/views 的 select 语句中编写子查询,如下所示
select t1.*,
(select count(id) from t as t2 where t2.id<=t1.id) as row_number
from t as t1 order by Id
谢谢,
希亚姆