Pages

Wednesday, March 17, 2010

Left Outer Join Issue

This is a post in continuation of my previous post where I had described an issue I had faced with Outer join. And the solution that I had mentioned at the end of it was not correct. In fact the query that I had put in was also incomplete. Following line describes the issue and the solution. Consider two tables

Employee - 

Employee (Number) - (10 distinct records)
Department (Char)

Manager -

Employee Number (Char) - (3 records matching with TableA)
Employee Name(Char)
Manager (char)

Requirement:- Select the list of all employee numbers,Employee Name. For normal employees, employee name can be blanks while for managers select the correct name from Manager table.

I wrote the following query to achieve the same using a Left Outer Join.


Select A.EmpNo,ifnull(B.EmpName,' ') from Employee A Left Outer Join
Manager B On A.EmpNo = B.EmpNo Where B.IsManager = 'Y'

This query should ideally return 10 records since a Left Outer Join is done. But here
the query would return only 8 records i.e. it would function like an Inner Join.

Why:- Here the where condition is applied on the Joined table. Since for the mis- matching rows the value is null, the where condition would fail hence that row would be omitted. Here is an alternate solution

Select A.EmpNo,ifnull(B.EmpName,' ') from Employee A Left Outer Join
(Select * From Manager Where IsManager = 'Y') B On A.EmpNo = B.EmpNo

This would work as there is no where condition applied on the null columns.

Thanks Lynne Roll and all other System i Network users for this piece of learning.

Click here to go to the System i Network thread. ; Forum Post

Fly Circle B340 DS User review


I had brought this phone for 3450/- this week and with what I have seen Its absolutely worth the price.

Delights

The looks are really good and the navigation and the menus are also good.
The social networking features are impressive although I was not able to get Nimbuzz run on this.
Tried Snaptu and Opera Mini with IDEA GPRS and they are just working fine except for low connection speeds at times.
Got GoTalkMobile (GTALK for mobile) installed and is working real good.
Was able to use the webcam feature with Skype
Bluetooth is just fine with good speed.
Security settings look impressive although I am about to test them
Audio quality is ok.

Buggings..

The Nimbuzz issue with IDEA GPRS is still bugging me.
Had issues with using mobile as webcam with Yahoomessenger which kept crashing.

Are you a Fly Circle B340 DS User??

This post just for all the new Fly cirle users.

Are you facing issues with your pc not detecting the memmory in the phone?

Fly provides its own set of drivers for USB data cable downloadable from Fly mobile web site A soft copy of the user manual is also available for download here.
Publish Post

Some useful web site links

Nimbuzz blog talking about Fly Circle
Orkut community on Fly Circle

Sunday, August 23, 2009

Tuesday, March 24, 2009

Hectic Day.

It has been a hectic day at office with deadlines to meet. Finally managed to complete the bigger piece and deliver it. Life seems to be drifting like a boat away from one island to another.I am yet to find the destination so that atlease I can keep or shift the focus.

Tuesday, August 14, 2007

I'm back

I'm back after a long period of time. I know it has been a very long gap but even know i don't have much to write. So I think let me end it with a quote

" Dreams are not what you see while in sleep.

But they are those that wont let you sleep.. "

- Abdul Kalam


So thats it for now.. I'm feeling sleepy..

Thursday, April 05, 2007

At l a s t we are meeting again....

When I thought of writing this post the first thing that came to my mind is Saif Ali khans dialogue in HUMTUM.....He says "Zindagi bahuth lambhi hai......."

May that big life is taking us once again to our college...... Its a get together but donno how many will get a chance to be together..... Any way i'm hoping for the best.....
To see some of those faces.........