Is there anyway to compare two rows of data inside the control file of sql loader.
For eg:
I have a data file like this
"Tom","Cat"
"Tom","Cat"
"Jerry","Mouse"
"Pluto","Dog"
In the control file, I want to check whether the previous row is same as the current row. Depending on that I might want to do a different operation.
Can this be achieved? If yes, how?
For eg:
I have a data file like this
"Tom","Cat"
"Tom","Cat"
"Jerry","Mouse"
"Pluto","Dog"
In the control file, I want to check whether the previous row is same as the current row. Depending on that I might want to do a different operation.
Can this be achieved? If yes, how?