© 2026 Hedgehog Software, LLC

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

'Failed to run sql query column 'where clause argument' does not exist'

I have created a test table "table_name" with a single row.

This is my row:

   id     |  design_id(varchar)
-------------------------------
   1      |      B08YML3ZSS
   id     |  design_id(varchar)
-------------------------------
   1      |      B08YML3ZSS


When I run
SELECT * 
FROM table_name
WHERE id = 1;
SELECT * 
FROM table_name
WHERE id = 1;


I get the correct result. But when I try

SELECT * 
FROM table_name
WHERE design_id = "B08YML3ZSS";
SELECT * 
FROM table_name
WHERE design_id = "B08YML3ZSS";


I get an error
Failed to run sql query: column "B08YML3ZSS" does not exist
Failed to run sql query: column "B08YML3ZSS" does not exist
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

Failed to run sql query column does not exist
SupabaseSSupabase / help-and-questions
4y ago
Failed to run SQL query
SupabaseSSupabase / help-and-questions
4y ago
Failed to run sql query constraint ''mytablename_pkey'' of relation ''mytablename'' does not exist ?
SupabaseSSupabase / help-and-questions
4y ago
Failed to run sql query missing FROM-clause entry for table new
SupabaseSSupabase / help-and-questions
4y ago