Viewing 15 posts - 1,546 through 1,560 (of 2,469 total)
here're the ddls & sample data for the 3 tables...salvatore - now you just have to explain what results you're looking for:
create table ACW_SCORE
(AUDIT_DTE smalldatetime,
ASPECT_ID int,
ACWPct decimal(7,1),
ATT decimal(7,1))
insert into...
August 2, 2005 at 10:15 pm
John - what is the query ?! It appears that you are getting a syntax error...if you post the query it would help !
August 2, 2005 at 4:46 pm
Salvatore - what Farrell is asking for is the results that you get from the query that you posted at the beginning of this thread...also the results that you actually...
August 2, 2005 at 2:56 pm
glad you got it working Chris - would you mind posting the modified version ?!
August 2, 2005 at 9:02 am
Hear! Hear! sswords...that was brilliant! (sounds of applause!)...
here after you won't hear from me again on this post!
August 2, 2005 at 8:37 am
No - I think this is a case of outer joins...
it would help if we had the ddls of the 3 tables, some sample data and required output!
August 2, 2005 at 8:31 am
Jesper - I knew it was only a matter of time! Thanks again for yet another lesson!
August 2, 2005 at 8:25 am
this is neither here nor there but I hear tell that Mike is HERE & the only possibility of meeting her again is in the hereafter...
August 2, 2005 at 7:40 am
Here's one way....(from what I can understand the # of sectors shouldn't really matter) - it's only the quoteid and country that is being checked...
let me know if this is...
August 1, 2005 at 11:51 pm
oh good! glad it worked!
August 1, 2005 at 7:39 pm
Fighting.. ?????
No one's fighting - or even arguing...just having some "play on words" fun is all....
August 1, 2005 at 3:35 pm
...outlook on the afterlife.....
a topic "hereafter" banned because of the nature of the inflammatory content for those of us who can have dirt dug up on us....
August 1, 2005 at 2:41 pm
anytime Jeff!
August 1, 2005 at 1:17 pm
"any day on this side of the dirt is a good one".....
well said rudy! you've definitely struck pay dirt with this one...
August 1, 2005 at 12:22 pm
select * from organization o
inner join
hrl h
on
o.organization_id = h.organization_id
where o.name like 'delphi%'
August 1, 2005 at 11:12 am
Viewing 15 posts - 1,546 through 1,560 (of 2,469 total)