https://supabase.com/ logo
Hey so a very basic question, but in the SQL Edito...
# help
a
Hey so a very basic question, but in the SQL Editor, why does this query not work?
select * from admins where admins.id = "somevaluehere"
It repeatedly tells me "column 'somevaluehere' does not exist". In the PostGres tutorials, this syntax looks valid, so not sure what I'm missing.
n
Hello @adamjarling! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
g
Strings are single quote in Postgres.
a
Ah! Thanks.