PostgreSQL select

Поиск
Список
Период
Сортировка
От Jiří Němec
Тема PostgreSQL select
Дата
Msg-id 259008421.20050716091908@menea.cz
обсуждение исходный текст
Ответы Re: PostgreSQL select  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: PostgreSQL select  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
Hello,

There's a problem with PostgreSQL 8.0.3 SELECT. All tables exist, all
columns exist, I have no idea where's the problem :/ PostgreSQL
reports this error: ERROR:  relation "fieldx" does not exist...

SELECT fieldx.field_id, COUNT(optionx.option_id) AS field_options
FROM c_custom_fields AS fieldx, j_product_groups_fields AS join_table
LEFT JOIN c_custom_fields_options AS optionx ON optionx.field_id = fieldx.field_id
WHERE fieldx.field_id = join_table.field_id AND join_table.group_id = 10
GROUP BY fieldx.field_id
ORDER BY fieldx.field_id

Any clues?

--
Jiří Němec, ICQ: 114651500
www.menea.cz - www stránky a aplikace


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

Предыдущее
От: Geir Pedersen
Дата:
Сообщение: Lost main database directory but not tablespace holding the database - how to recover?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: PostgreSQL select