SQL: Are the "" around table & coloumnames necessary?

Поиск
Список
Период
Сортировка
От mikey.unsafe@gmx.net (Mikey)
Тема SQL: Are the "" around table & coloumnames necessary?
Дата
Msg-id 26282372.0202180446.7634d42e@posting.google.com
обсуждение исходный текст
Список pgsql-general
Hello,

when I  write a select for example,
it doesn't work this way:

   select col1, col2
      from my_table;

instead of that I have to write

   select "col1", "col2"
      from "my_table";

I dont understand this...is there a way to use
the more comfortable form without "" ?

thx

...Mike

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

Предыдущее
От: Eric Veldhuyzen
Дата:
Сообщение: execute permissions of stored procedures?
Следующее
От: Dave Smith
Дата:
Сообщение: Can somebody save my bacon?