Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: check if table has records

    IF(Exists(Select top 1 myColumn from myTable))

    do something...

    ELSE

    do something else...

    This will always return 1 row and 1 row only...

Viewing post 1 (of 1 total)