[PHP-DB] selecting a constant or label in php

2003-12-03 Thread Jon Davis
Sorry for another newbie question, I'm learning. In Sybase I can do: select COMM_REGIONID , count(1) from COMM_REGIONID where PHYSICAL_ID is null select COMM_TKGRP , count(1) from COMM_TKGRP where PHYSICAL_ID is null I get parsing errors when putting it in this: $result = sybase_query(select

RE: [PHP-DB] selecting a constant or label in php

2003-12-03 Thread Jon Davis
. From: Jon Davis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] selecting a constant or label in php Date: Wed, 03 Dec 2003 09:39:33 -0600 Sorry for another newbie question, I'm learning. In Sybase I can do: select COMM_REGIONID , count(1) from COMM_REGIONID where PHYSICAL_ID is null