I am new to Peoplesoft. I have to write some query so I wont know know all the available functions that we can use in Peoplesoft. My backend is Oracle.
That is a pretty broad question - and not sure how much PeopleBooks will cover in the query section.
However at a high level, query will support most if not all functions of the underlying database that PeopleSoft is running on. Having said that, it is often a chore to convince query that it can use the function. One of the frustrations of query is that often a function will only work on the right side expression - not the left even though the sql produced is the same - so if the code looks right and fails, try switching where the function is used.
A couple of things it won't do - you can do unions, but not "union all", no result intersect/minuses type functions, and you cannot use a "from" clause or comments in an expression.
There is also support for a number of metasql variables if you want to use those - you can find reference to these in the PeopleCode reference books.
Not sure of that quite answers your question, but happy to help if you have some examples of what you are trying to do.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.