1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
0
I am assuming location datatype is varchar, so use single quote instead of "".
SELECT * FROM "default"."table84" where table84.location = 'LHR3'
beantwortet vor 3 Jahren
I am assuming location datatype is varchar, so use single quote instead of "".
SELECT * FROM "default"."table84" where table84.location = 'LHR3'