https://supabase.com/ logo
Is there any issues with ordering by foreign table...
# help
u
Is there any issues with ordering by foreign table column via JS SDK?
Copy code
js
const { data, error } = await client
  .from('otherdeeds')
  .select('id,prices!inner(price)')
  .not('prices.price', 'is', null)
  .order('price', { nullsFirst: false, foreignTable: 'prices' })
  .limit(10)
Always returns unordered list.
n
Hello @1337! 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.
g
n
Thread was archived by @1337. Anyone can send a message to unarchive it.