I caratteri letterali sono racchiusi tra virgolette singole:
SELECT *
FROM lawyer
where name_url = 'john-doe';
Consulta il manuale per i dettagli:
https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS
I caratteri letterali sono racchiusi tra virgolette singole:
SELECT *
FROM lawyer
where name_url = 'john-doe';
Consulta il manuale per i dettagli:
https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS