© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
4 replies
edelacruz

Can someone help me to convert sql query to supabase.js statement?

select title
from songs
where not exists (select * from songs_composers where songs_composers.song_id = songs.id)

I have this working SQL query that queries songs that do not have a composer.
How do I convert this to a supabase.js statement?

I tried a few things but can't get it right.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Hi, can someone please help me turn this query into a supabase-js query ?
SupabaseSSupabase / help-and-questions
4y ago
SQL to Supabase query
SupabaseSSupabase / help-and-questions
3y ago
Can we run an sql query from js supabase client ?
SupabaseSSupabase / help-and-questions
3y ago
How can I turn this SQL into Supabase-js query?
SupabaseSSupabase / help-and-questions
4y ago