I’d like a Oracle Pipelined Function which compares two records from a query result and shows only the column which have changed between the query result?
I’d like a Oracle Pipelined Function which compares two records from a query result
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its not quite what you want, but Kevin Meade’s blog on OracleFAQ has a solution which works for me:
http://www.orafaq.com/node/1826
http://www.orafaq.com/files/column_diffs.txt