• Hi, how do I do this ?

    my select statement goes something like this

    Select count(*) AS EMAILQFULL,column name from tablename

    group by column name

    this returns the number of rows in the table, but I only want it to notify me if there are more than 90 rows this is the part I am stuck on.:(