sub-set of a table |
7/21/2005 2:47:26 PM |
PHPRunner General questions | |
I have an app generated for a database that contains (among others) the following tables; businesses, contacts, contracts. The business table is the master table to the detail tables: contacts and contracts. The businesses are coded with status codes A=advertisers, F=former advertiser, D=defunct, and P=prospect. |
|
![]() |
Sergey Kornilov admin 7/22/2005 |
Hi, $strTableName="`Businesses1`"; .... $gstrSQL = "select .... From `Businesses1`";
|