Tagged Questions
0
votes
1answer
2k views
How do i compare 2 rows from the same table (Oracle 11g)
I need to create a stored procedure that processes a table looking for rows matching on a particular id with different statuses.
I know the syntax to get the row data but i have never tried comparing ...