© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•7mo ago•
2 replies
Douzooo

Can't join plan with plan_features

I'm currently trying to load the plans from the database, I also have a table with features for each plan.
However it just stays blank.

      const { data, error } = await supabase.from("plans").select("*, plan_features(*)");
      const { data, error } = await supabase.from("plans").select("*, plan_features(*)");


what am I missing?
image.png
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

Can't join supabase users table on query
SupabaseSSupabase / help-and-questions
4y ago
Supabase Free Plan: Database Features Stop Working After a Few Minutes
SupabaseSSupabase / help-and-questions
5mo ago
RLS With Join Table
SupabaseSSupabase / help-and-questions
4y ago
RLS Policy With Join
SupabaseSSupabase / help-and-questions
4y ago