Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Duplicate documents returned

    I have read you requirements - and I deeply apologize. What I submitted was clearly not useable. Thanks for your patience and for pointing me in the right direction.

  • RE: Data Sel Pull

    I am getting duplicate output whenever an AgencyID meets more than one condition. How can I stop this?

    Code is here:

    SELECT AgencyId, AgencyName,

    ...

  • RE: Data Sel Pull

    Here is the updated code: Is there something wrong on the EXIST

    clause?

    SELECT AgencyId, AgencyName,

    (

    ...

  • RE: Data Sel Pull

    Here is my initial problem:

    I need to pull info as follows:

    I have a single table called Agencies and I am trying to pull these columns from it:

    Select AgencyID, AgencyName,AgencyType, Count...

  • RE: Data Sel Pull

    Here is my code, but i get an error that says:

    Server: Msg 156, Level 15, State 1, Line 13

    Incorrect syntax near the keyword 'FROM'.

    SELECT AgencyId, AgencyName, AgencyType,

    ...

  • RE: Data Sel Pull

    By docs, I mean documents. There is only one table containing all my data.

  • RE: Count docs problem

    I do wish to post sample data, but, however, my employer has very private info and this would stir trouble. Can we please take this one step at a time?

    The...

Viewing 7 posts - 1 through 7 (of 7 total)