Re: Is this a bug ?

Поиск
Список
Период
Сортировка
От Geoff Winkless
Тема Re: Is this a bug ?
Дата
Msg-id CAEzk6ffCOE06qJg7GaKhn_9kq4i6nfOte2_C4vW3U6iz1L_ayg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Is this a bug ?  (Geoff Winkless <pgsqladmin@geoff.dj>)
Ответы Re: Is this a bug ?  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
On Wed, 23 Oct 2019 at 17:20, Geoff Winkless <pgsqladmin@geoff.dj> wrote:
> For what it's worth, I can see a value to having
>
> SELECT 'this is quite a long string'
>                'which I've joined together '
>                'across multiple lines';
>
> although the advantage of it vs using a concat operator is slim.

As an aside, Postgres isn't the only DB to follow the standard here.

mysql> select 'hello'
    -> ' there';
+-------------+
| hello       |
+-------------+
| hello there |
+-------------+

Geoff



В списке pgsql-general по дате отправления:

Предыдущее
От: Ron
Дата:
Сообщение: Re: Is this a bug ?
Следующее
От: Ron
Дата:
Сообщение: Re: Is this a bug ?