Is it possible to compare two records from the same table?
For example:
I have a database with a table called STEP1.
The table contain columns: STEP1_ID, Amount1, Amount2, Date
If my record have the values like this:
ID=1, Amount1 = 500, Amount2 = 300, Date = 2019-03-01
Now i want to compare...