Author
oracle sql - case statement and count
Avi Sridhar
Ranch Hand
Joined: May 31, 2007
Posts: 42
posted Jun 19, 2009 14:20:27
0
Hi All friendly people
I have 2 tables table1 and table2
table 1 and table 2 have got ids.
my condition is ,
if table1.id=table2.id then i will need the count on the table2 ids, else if table1.id is not present in table2.id then for the table1.id the count should be 0.
This is what i have done so far.
I am not able to figure it out. Please help.
Thanks,
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
What happens when you run the code you posted - error message, unexpected result, etc?
[Blog ] [JavaRanch FAQ ] [How To Ask Questions The Smart Way ] [Book Promos ]
Blogging on Certs: SCEA Part 1 , Part 2 & 3 , Core Spring 3 , OCAJP , OCPJP beta , TOGAF part 1 and part 2
subject: oracle sql - case statement and count