Re: column name is "LIMIT"

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: column name is "LIMIT"
Дата
Msg-id 42353B91.5050004@familyhealth.com.au
обсуждение исходный текст
Ответ на column name is "LIMIT"  (Gourish Singbal <gourish@gmail.com>)
Список pgsql-performance
Put "" around the column name, eg:

insert into "limit" values (1, 2,3 );

Chris

Gourish Singbal wrote:
> Guys,
>
> I am having a problem firing queries on one of the tables which is
> having "limit" as the column name.
>
> If a run an insert/select/update command on that table i get the below error.
>
> ERROR:  syntax error at or near "limit" at character 71
>
> Any Help would be realyl great to solve the problem.
>
> postgresql 7.4.5 and linux OS
>

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

Предыдущее
От: Gourish Singbal
Дата:
Сообщение: column name is "LIMIT"
Следующее
От: Russell Smith
Дата:
Сообщение: Re: column name is "LIMIT"