Re: Help with queries...

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Help with queries...
Дата
Msg-id 20050224204406.GA39470@winnie.fuhr.org
обсуждение исходный текст
Ответ на Help with queries...  ("Cristian Prieto" <cristian@clickdiario.com>)
Список pgsql-general
On Thu, Feb 24, 2005 at 02:33:28PM -0600, Cristian Prieto wrote:

> select * from users;
> ERROR:  relation "users" does not exist
>
> but:
> select * from "Users";
> returns all the data I want...

See "Identifiers and Keywords" in the "SQL Syntax" chapter of the
documentation, especially the parts that talk about case and quoting:

http://www.postgresql.org/docs/8.0/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: "Cristian Prieto"
Дата:
Сообщение: Help with queries...
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Help with queries...