Re: [SQL] Odd sql error ..

Поиск
Список
Период
Сортировка
От Steve Midgley
Тема Re: [SQL] Odd sql error ..
Дата
Msg-id CAJexoSJyK6FTtQok8Bz5Bmi+0fRmSmsvT+1B2aw0wqQ9nWGgDA@mail.gmail.com
обсуждение исходный текст
Ответ на [SQL] Odd sql error ..  (PropAAS DBA <dba@propaas.com>)
Список pgsql-sql
On Sat, Sep 16, 2017 at 8:01 PM, PropAAS DBA <dba@propaas.com> wrote:
I'm running this sql (see below) and I get this error:

ERROR:  column "last_modified" does not exist
LINE 3: ...repricefee"  , "tot_savings"  , "last_updated"  , "last_modi...
                                                             ^
HINT:  There is a column named "last_modified" in table "mytable", but it can
not be referenced from this part of the query.



Thoughts?

If you just run the select portion of that insert statement, does it work?
 

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

Предыдущее
От: PropAAS DBA
Дата:
Сообщение: [SQL] Odd sql error ..
Следующее
От: athinivas
Дата:
Сообщение: [SQL] SETOF any table records AS return in pgSQL functions