Re: Trying to concatenate using a string variable and text - Mailing list pgsql-sql

From Mauricio Carvalho de Oliveira
Subject Re: Trying to concatenate using a string variable and text
Date
Msg-id 36D8088F.2620890A@dt.fee.unicamp.br
Whole thread Raw
In response to Trying to concatenate using a string variable and text  (Sue Hanen <shanen@silverlink.net>)
List pgsql-sql
> ... I thought that all I would have to do is replace the plus sign (which was the concatenation character in PHP2
withthe || which is the concatenation character in PHP3. 

The concatenation operator in PHP3 is "." Try

$a = "Hello";
$b = "World";
$HelloWorld = $a . ", " . $b . "!";


--
Mauricio C. de Oliveira
mailto:carvalho@dt.fee.unicamp.br
http://www.dt.fee.unicamp.br/~carvalho




pgsql-sql by date:

Previous
From: Sue Hanen
Date:
Subject: Trying to concatenate using a string variable and text
Next
From: Ingrith Andrea Correa Vargas
Date:
Subject: CREATE TABLE - DEFAULT