Search
Setup for Free
S
Supabase
•
4y ago
harsh singh
SQL queries in Supabase
Hello
, I wanted to know how I could run the following SQL query if I
'm using the Supabase JavaScript SDK
:
SELECT * FROM project WHERE email = 'example@email.com';
SELECT * FROM project WHERE email = 'example@email.com';
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
44,393
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
SELECT
*
FROM
project
WHERE
email
=
'example@email.com'
;
SELECT
*
FROM
project
WHERE
email
=
'example@email.com'
;
Similar Threads
Cannot rename SQL queries
S
Supabase / help-and-questions
2y ago
Supabase GraphQL Live Queries
S
Supabase / help-and-questions
12mo ago
SQL to Supabase query
S
Supabase / help-and-questions
2y ago
SQL to supabase orm
S
Supabase / help-and-questions
3y ago