|
"SELECT (name || ' ' || address_city || ' ' || address_state || ' ' || address_zip) as text,
|
|
"SELECT (name || ' ' || address_city || ' ' || address_state || ' ' || address_zip) as text,
|
|
name, address_city as city, address_state as state, address_zip as zip, phone, fax FROM facility
|
|
name, address_city as city, address_state as state, address_zip as zip, phone, fax FROM facility
|
|
WHERE {$whereCondition} ORDER BY name", $whereParams);
|
|
WHERE {$whereCondition} ORDER BY name", $whereParams);
|