Viewing 6 posts - 1 through 6 (of 6 total)
I already have parenthiesis on the query, but that query itself is wrong it gives multiple records for not null columns.
February 22, 2010 at 2:09 am
Thanks Paul for your response
I have requirements where there is an amount which depends on several foreign keys from several primary keys.
for e.g. I have locations master table, machine types...
February 21, 2010 at 1:23 am
Thanks Simon, Thats brilliant answer, but now another complications.
what if I have 6 columns as a combination.
for e.g. T1 has 6 columns more and T3 has 6 nullable columns...
February 19, 2010 at 8:00 am
Thanks for your reply, but your GROUP BY query also gives me 4 records, what I want to achieve is get the Y if T3 has col2 as NULL but...
February 19, 2010 at 7:51 am
Thanks Mark for your help 🙂 I should denormalise then.
March 24, 2009 at 8:34 am
Thanks Mark, yes you are exactly correct, I am looking the Machine data,
From your answer , do you mean to say I should put all the Primary keys in Collections...
March 24, 2009 at 7:22 am
Viewing 6 posts - 1 through 6 (of 6 total)