Viewing 14 posts - 1 through 14 (of 14 total)
dongadoy (12/16/2008)
Use "left join" instead of "inner join" on the derived tables.
HOLY COW ... this is exactly what I need ... dongadoy .. thank you so much (_)>
December 16, 2008 at 9:26 pm
Thanks dongadoy ..... this is exactly what Im looking for! I do have one question though. based on your table ... right now ....if an...
December 16, 2008 at 1:44 pm
snow.surfer (12/1/2008)
What version of SQL Server? SQL2005+ has some new stuff that helps will these kind of queries.
Right now we are using SQL Server 2000 🙁
December 1, 2008 at 1:26 pm
Thanks Lynn for the post. I can certainly appreciate the need for the information spoke of in the links you posted. Im not a very good SQL'er ...
December 1, 2008 at 12:33 pm
Hey thanks for the reply .... Actually I guess I should have explained that I need everything that is returned all on the same line. This is to...
December 1, 2008 at 12:04 pm
Wow ... that would suck !! I thank you for the correction. I obviously try to solve the issue using web resources and trial and...
November 20, 2008 at 8:52 am
Jeff Moden (11/18/2008)
November 19, 2008 at 10:18 am
Ahhhh ...... Well testsalescontract.id = mdtrans.contractid
November 19, 2008 at 8:24 am
Im kinda a newbe at this .... please explain ... thanks
November 18, 2008 at 12:28 pm
Lynn Pettis (5/20/2008)
riverswillbeer (5/19/2008)
Awesome ... done deal ... Thanks sooooo much !!!!!;)
Your welcome. Just to follow-up though, do you know why I made the suggested change in...
May 20, 2008 at 11:07 am
Awesome ... done deal ... Thanks sooooo much !!!!!;)
May 19, 2008 at 4:20 pm
After playing around a little ... I was able to get this to work ....
select
UniqueID,
sum(case termcd when 'BM' then 1 else...
May 19, 2008 at 3:54 pm
I guess Im a total newbe cause I have no idea how to integrate Johns with yours.
May 19, 2008 at 3:22 pm
Viewing 14 posts - 1 through 14 (of 14 total)