Re: Getting Error while using row_number()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Getting Error while using row_number()
Дата
Msg-id 1919491.1594325381@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Getting Error while using row_number()  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Thursday, July 9, 2020, Ashish Kaushal <ashish.kaushal@getfareye.com>
> wrote:
>> I have environment with PostgreSQL 8.0.2

> PostgreSQL 8.0.2? Seriously?

If it actually is 8.0.x, or even 8.2.x, then it lacks window functions
anyway; those came in in 8.4.  But there's a bigger problem:

>> You have an error in your SQL syntax; check the manual that corresponds to
>> your MySQL server version for the right syntax to use near '(partition by
>> `journey_id` ORDER BY `journey_id`) from `consents` limit 10' at line 6

That's not a Postgres error at all.  The OP seems quite confused.

            regards, tom lane



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Getting Error while using row_number()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16512: Character considered as a number by regex but can not convert to numeric