SQL query doubt

  • Does the below sql query return divide by zero error or does it return any recors

    select a.ABC into tableX from tableY a with(INDEX(idx_ABC)) where a.ABC not in(select b.ABC from tableZ b with(INDEX(idx_ABC)) where a.ABC=b.ABC)

    select 1/count(*) from tableX

  • Why don't you run it and see?

    p.s. Stay away from index hints.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

You must be logged in to reply to this topic. Login to reply