Andy Dirnberger wrote:
David,Remove the space between COUNT and (*). SELECT COUNT(*) ... will work, but SELECT COUNT (*) ... will give you the syntax error. Andy
Yep! It was as easy as that. Thank you very much. David _______________________________________________ New York PHP Community MySQL SIG http://lists.nyphp.org/mailman/listinfo/mysql NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
