Re: Is this a bug ?

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема Re: Is this a bug ?
Дата
Msg-id 1FA8DFD3-6E20-43FD-8EE1-790A00925E41@aol.com
обсуждение исходный текст
Ответ на Re: Is this a bug ?  (Gaetano Mendola <mendola@gmail.com>)
Список pgsql-general
So reading responses from all, here is a SQL test I did on few RDBMS:


select 'John'
           'Doe' as rrr
from information_schema.tables
limit 1;

PG output

rrr
---
JohnDoe

Oracle and mysql gave same output as PG with no error

SQLServer: Syntax error near 'as'.
DB2 gave same error as SQLServer.




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

Предыдущее
От: Mitar
Дата:
Сообщение: Re: Automatically parsing in-line composite types
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Composite type storage overhead