Re: Simple query question

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: Simple query question
Дата
Msg-id 014a01c2aaaf$e9bcd2e0$4201a8c0@beeblebrox
обсуждение исходный текст
Ответ на Re: Simple query question  ("Reshat Sabiq" <sabiq@purdue.edu>)
Список pgsql-novice
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> I can't believe that MySQL gets such a basic element of SQL syntax wrong
> --- perhaps the OP is mistaken?  If MySQL really does treat doublequote
> as introducing a literal, how do they handle weird identifiers, like
> names with embedded spaces?

back-ticks...
SELECT * FROM `table name with spaces` WHERE `key`="a";

MySQL = My personal interpretation of SQL...

;-)

Regards,
Michael Paesold

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Simple query question
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Simple query question