On Fri, 20 Oct 2000, Craig May wrote:

> How do I get a row count, like "Select [COUNT] from Table" ??

SELECT COUNT(*) FROM <table> <where clause>

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
Man's reach must exceed his grasp, for why else the heavens?

Reply via email to