cant we write subquery in select statement in peoplesoft queries -


cant write sub queries in select statement of sql/views of peoplesoft follows

select t1.*,   (select count(id) t t2 t2.id<=t1.id) row_number   t t1 order id  

thanks,
shyam

you can.

save record sql view. query view type using query tool, graphical editor more suited not familiar sql. has limitations regarding non-standard sql constructs.

in sql view, can write down query sql directly.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -