Re: Trying to concatenate using a string variable and text

Поиск
Список
Период
Сортировка
От Mauricio Carvalho de Oliveira
Тема Re: Trying to concatenate using a string variable and text
Дата
Msg-id 36D8088F.2620890A@dt.fee.unicamp.br
обсуждение исходный текст
Ответ на Trying to concatenate using a string variable and text  (Sue Hanen <shanen@silverlink.net>)
Список 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 по дате отправления:

Предыдущее
От: Sue Hanen
Дата:
Сообщение: Trying to concatenate using a string variable and text
Следующее
От: Ingrith Andrea Correa Vargas
Дата:
Сообщение: CREATE TABLE - DEFAULT