कैरेक्टर लिटरल को सिंगल कोट्स में रखा गया है:
SELECT *
FROM lawyer
where name_url = 'john-doe';
विवरण के लिए मैनुअल देखें:
https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS
कैरेक्टर लिटरल को सिंगल कोट्स में रखा गया है:
SELECT *
FROM lawyer
where name_url = 'john-doe';
विवरण के लिए मैनुअल देखें:
https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS