Re: REFERENCES error message complaint, suggestion

Поиск
Список
Период
Сортировка
От Chris Boget
Тема Re: REFERENCES error message complaint, suggestion
Дата
Msg-id 024001c402ca$16aaacf0$8c01a8c0@entropy
обсуждение исходный текст
Ответ на REFERENCES error message complaint, suggestion  ("Karl O. Pinc" <kop@meme.com>)
Ответы Re: REFERENCES error message complaint, suggestion  (Michael Chaney <mdchaney@michaelchaney.com>)
Список pgsql-general
> How can they have no distinction?  Suppose I write
> select 'col' from tab;
> select "col" from tab;
> If there is a column tab.col, what am I going to get in each case?

select 'col' from tab;

+-----+
| col |
+-----+
| col |
| col |
| col |
+-----+
3 rows found in set (0.00 sec)

select "col" from tab;
+-----+
| col |
+-----+
| col |
| col |
| col |
+-----+
3 rows found in set (0.00 sec)

MySQL is definitely *not* 100% SQL92 compliant.

Chris






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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Trigger Update Issue
Следующее
От: Shridhar Daithankar
Дата:
Сообщение: PHP on slackware