Re: ERROR: relation "mytable" does not exist
От
John DeSoi
Тема
Re: ERROR: relation "mytable" does not exist
Дата
Msg-id
F63E29D3-BD69-11D9-8E98-000A95B03262@pgedit.com
Ответ на
ERROR: relation "mytable" does not exist (Peter Schonefeld)
Список
Дерево обсуждения
ERROR: relation "mytable" does not exist "Peter Schonefeld" <peter.schonefeld@bigpond.com>
Re: ERROR: relation "mytable" does not exist John DeSoi <desoi@pgedit.com>
On May 5, 2005, at 9:12 AM, Peter Schonefeld wrote: > If i try SELECT * FROM Country, i get 'ERROR: relation "country" does > not > exist. If you double quote the table and column names, you'll have to use it that way everywhere in your code. Try SELECT * FROM "Country"; > > Also, I'm looking for a good reference on functions. > http://www.postgresql.org/docs/8.0/interactive/functions.html John DeSoi, Ph.D. http://pgedit.com/ Power Tools for PostgreSQL
В списке pgsql-novice по дате отправления