Cant we write sub queries in select statement of sql/views of peoplesoft as follows

select t1.*,   (select count(id) from t as t2 where t2.id<=t1.id) as row_number   from t as t1 order by Id 

Views: 97

Replies to This Discussion

Save your record as SQL View. The Query View type is for using the Query tool, which is a graphical editor more suited for those not familiar with SQL. It has certain limitations regarding non-standard SQL constructs.

In a SQL View, you can write down the query SQL directly.

RSS

PeopleSoft Jobs in US

Videos

  • Add Videos
  • View All

© 2024   Created by Maisam Agha.   Powered by

Badges  |  Report an Issue  |  Terms of Service