Forum Replies Created

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

  • RE: Question of the Day for 28 Jul 2004

    Select a

    From Table2

    Where a NOT in (select b from Table2)

     

    the above query has Table2 in both places... shouldn't that be

    Select a

    From Table1

    Where a NOT in (select b from Table2)

  • RE: error 8198

    The account used (domain\user) is a member of local admin too. In fact tried, domain\administrator too.

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