Python: Order the results | Supabase Docs (original) (raw)
Order the query result by column
.
column
(Required)
The column to order by
desc
(Optional)
Whether the rows should be ordered in descending order or not.
foreign_table
(Optional)
Foreign table name whose results are to be ordered.
nullsfirst
(Optional)
Order by showing nulls first