Posted by Erland Sommarskog on 08/18/07 22:48
Yas (yasar1@gmail.com) writes:
> Oh that's good, thanks! :-)
> ...and if I wanted to say make sure in a table where normaly there
> should be 2000 rows, there are at least 1500 present could I just
> simply do the following...or is there a better way?
>
> AND ((SELECT COUNT(*) FROM TABLE1) > 1500)
>
> what do you think of that?
That would be the way to do it. It looks like a quite odd condition,
though.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|