Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Sort of Unique

    Where you use

    if (select count(*)

    from MyTable

    where email = @email

    and active = 1

    ) > 1

    select @allow = 0

    would this be...

Viewing post 1 (of 1 total)