order by foreign table's field not working
# help
a
order by foreign table's field not working
n
Hello @arcavid! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
a
It has no effect which ever field I set
Copy code
js
.order('created_at', { ascending: false, foreignTable: 'bookmark' })
ascending true and false have the same result
Copy code
"@supabase/supabase-js": "^1.35.3",
I managed to do it using rpc..