Re: SQL docs: Update query with order by clause

2018-03-12 Thread Dmitriy Setrakyan
Can we at least print out a warning that the ORDER BY is being ignored? To avoid log flooding, we should only print it out the first time we encounter this situation. D. On Mon, Mar 12, 2018 at 1:10 PM, Denis Magda wrote: > Removed ORDER BY from the UPDATE syntax. Thanks for the clarification.

Re: SQL docs: Update query with order by clause

2018-03-12 Thread Denis Magda
Removed ORDER BY from the UPDATE syntax. Thanks for the clarification. -- Denis On Mon, Mar 12, 2018 at 4:57 AM, Vladimir Ozerov wrote: > ORDER BY is ignored at the moment. It will work are some point in future. > > On Thu, Mar 8, 2018 at 10:17 PM, Denis Magda wrote: > >> Hi Sergey, >> >> I’ll

Re: SQL docs: Update query with order by clause

2018-03-12 Thread Vladimir Ozerov
ORDER BY is ignored at the moment. It will work are some point in future. On Thu, Mar 8, 2018 at 10:17 PM, Denis Magda wrote: > Hi Sergey, > > I’ll let our SQL experts to step in and clarify. > > Vladimir, Alex Paschenko, please chime in. > > Denis > > > On Sunday, March 4, 2018, Guru Stron wro

Re: SQL docs: Update query with order by clause

2018-03-08 Thread Denis Magda
Hi Sergey, I’ll let our SQL experts to step in and clarify. Vladimir, Alex Paschenko, please chime in. Denis On Sunday, March 4, 2018, Guru Stron wrote: > Hi, Igniters > > I was looking into UPDATE query and currently in docs > there is mention