© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•14mo ago•
3 replies
shaq

how to select from supabase

const { data, error } = await supabase
        .from("messages")
        .select("*, auth.users(*)");
const { data, error } = await supabase
        .from("messages")
        .select("*, auth.users(*)");


my messages table is in the public schema and my users table is in the auth schema when i do the above, it returns null, why is this?
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

supabaseKey property is now private from SupabaseClient
SupabaseSSupabase / help-and-questions
3y ago
supabase 2.0 select from view
SupabaseSSupabase / help-and-questions
4y ago
Supabase Select Hackathon
SupabaseSSupabase / help-and-questions
5mo ago
Supabase Select Invitations
SupabaseSSupabase / help-and-questions
5mo ago