Viewing 4 posts - 1 through 5 (of 5 total)
To: SSCertifiable
On your example
The wanted output should be 1,2,3,
thus for every date that there is a record for a specific id.
May 27, 2011 at 8:29 am
TO: MM
Actually my way was 2 times faster than yours
(my execution was 8sec and yours 16s).
How can this be??
I was sure that yours would be faster!!!!!
May 27, 2011 at 4:46 am
To:mister.magoo
Thanks very much ....
This is a very clever way and it works fine and faster than my query which was like
ACCOUNT_NO IN (
select distinct ACCOUNT_NO from t1.ALL_ACCOUNTS where STATUS_DORMANT...
May 27, 2011 at 4:23 am
To:SSC Veteran
I don't already know the id's.
So ....
May 27, 2011 at 4:19 am
Viewing 4 posts - 1 through 5 (of 5 total)