
August 4th, 2004, 05:11 AM
|
|
Contributing User
|
|
Join Date: Nov 2001
Posts: 92
Time spent in forums: 27 m 18 sec
Reputation Power: 7
|
|
|
what does this means? ||
Hi i've seen this sql in some scripts, what actualy does || means??
Quote:
$sql = "select distinct a.townno, a.country || ', ' || initcap(a.town), a.country, a.town , r.cvm_dip_id, r.prd_dip_id ";
$sql .= "from twn_product_location a, twn_rate r ";
$sql .= "where a.locationcode != '*****' and rtrim(a.locationcode) != '***' ";
$sql .= "and a.location_type in ('From', 'To', 'Via') ";
$sql .= "and a.database = r.database "; |
|