© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
7 replies
Mr Void

Is it possible to Query-join a table and storage ?

#
# table
#
user {
    a: string
    b: string
}


#
# storage
#
pictures: {
    profile: File
}
#
# table
#
user {
    a: string
    b: string
}


#
# storage
#
pictures: {
    profile: File
}


desired query result:
{
  a: string,
  b: string,
  profile: File
}
{
  a: string,
  b: string,
  profile: File
}


How can I achieve 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

Is it possible to rename a joined table?
SupabaseSSupabase / help-and-questions
3y ago
How to query data using a join table?
SupabaseSSupabase / help-and-questions
4y ago
is it possible to query a view from flutterflow?
SupabaseSSupabase / help-and-questions
3y ago
Is it possible to restore a project?
SupabaseSSupabase / help-and-questions
3y ago