© 2026 Hedgehog Software, LLC

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

python sql query Attribution error

Hi All
This is my first post here. I am trying to use the python client to query one of my db tables. All works fine until I try to use where. Like this.
data = supabase.table(“atable").select("*").where(something=“something”).execute()

I get an error AttributeError: 'SyncSelectRequestBuilder' object has no attribute 'where'

Is there another operator I can use?

Thanks
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

Error SQL query
SupabaseSSupabase / help-and-questions
7mo ago
SQL query help
SupabaseSSupabase / help-and-questions
4y ago
SQL to Supabase query
SupabaseSSupabase / help-and-questions
3y ago
issues with sql query
SupabaseSSupabase / help-and-questions
4y ago