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
Post a Comment