Mansour Zayer
10/28/2022, 4:01 PMorder by column_name nulls last
? I have this line order_by: {start_time: desc}
in my query.
More context in commentnull
(maybe some bug in prefect 1 cloud), and in my request, I'm ordering by start_date (order_by: {start_time: desc}
), and I always get this null as the first one, which is breaking my code. I want null to be last, not first.Kalise Richmond
10/28/2022, 9:24 PM