| От | Iker Arizmendi |
|---|---|
| Тема | ERROR: column 'xxx' does not exist (under v. 7.4.1) |
| Дата | |
| Msg-id | 40225A85.6060405@research.att.com обсуждение исходный текст |
| Ответы |
Re: ERROR: column 'xxx' does not exist (under v. 7.4.1)
Re: ERROR: column 'xxx' does not exist (under v. 7.4.1) |
| Список | pgsql-general |
Using psql and running as the owner of the table "app" I
try to access the columns of the table like so:
SELECT * FROM app;
which returns all the columns in the table including
the one I'm interested in, which is "companyID".
If instead I use something like:
SELECT companyID FROM app;
I get the following:
ERROR: column "companyid" does not exist
even though the column DOES exist (the previous query
returned "companyID" as one of the column headers). Any
suggestions as to what I might be missing? I'm running
Postgres 7.4.1.
Regards,
Iker
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера