Barry,

Is it posible to do a count(*) on a tabe where id=2  and count just those that id  = 2


=why don't you try it?
The answer is yes, because count(*) means count the entire number of non-null rows 
selected.
See manual: 3.3.4.8  Counting Rows

=dn



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to