Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 2,469 total)

  • RE: How to JOIN 3 views Into 1 View???

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create a View with OPTION (FORCE ORDER)

    John - what is the query ?! It appears that you are getting a syntax error...if you post the query it would help !







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to JOIN 3 views Into 1 View???

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Help with a SQL View

    glad you got it working Chris - would you mind posting the modified version ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    Hear! Hear! sswords...that was brilliant! (sounds of applause!)...

    here after you won't hear from me again on this post!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to JOIN 3 views Into 1 View???

    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!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Expression type void type is invalid for COLLATE clause

    Jesper - I knew it was only a matter of time! Thanks again for yet another lesson!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Help with a SQL View

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Grouping problem - or is this possible at all?

    oh good! glad it worked!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    Fighting.. ?????

    No one's fighting - or even arguing...just having some "play on words" fun is all....







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    ...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....







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: HELP! Getting "Incorrect Syntax" error while making Stored Procedure.

    anytime Jeff!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    "any day on this side of the dirt is a good one".....

    well said rudy! you've definitely struck pay dirt with this one...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: SELECT from a table WHERE fields are LIKE results from another table

    select * from organization o

    inner join

    hrl h

    on

    o.organization_id = h.organization_id

    where o.name like 'delphi%'







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 1,546 through 1,560 (of 2,469 total)