Distinct not working in Oracle SQL* Plus
Hi all
I just created a script to query unique records in the Oracle SQL Developer. The results when run in Developer are unique but when i tried the script in SQL*Plus, it gives duplicate records. I tried the same script in TOAD and it did give unique records. I am using DISTINCT.
Has anyone come across this problem before? is the problem coming from SQL*Plus or my script.
Thanks alot for your repy
SI