Quotation marks in queries

Поиск
Список
Период
Сортировка
От Martynas Brijunas
Тема Quotation marks in queries
Дата
Msg-id BAY103-F300942DF1BF51CAA0A65ACAAD10@phx.gbl
обсуждение исходный текст
Список pgsql-general
Hello,

I am a total newbie to PostgreSql, coming from MS Access background. I have
a question regarding queries in PostgreSql: why do I need to enclose every
field name and table name in quotation marks like

SELECT "Name" From "contacts"

That is a major inconvenience when composing a query string in a VB program.
Thank you.



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

Предыдущее
От: Rob Brenart
Дата:
Сообщение: Case insensitive unique constraint
Следующее
От: merlyn@stonehenge.com (Randal L. Schwartz)
Дата:
Сообщение: Re: To Postgres or not