PostgreSQL/Select Query/Constant
Select constant value
postgres=# SELECT "PostgreSQL""s great!" AS example;
example
---------------------
PostgreSQL"s great!
(1 row)
postgres=#
postgres=# SELECT "PostgreSQL""s great!" AS example;
example
---------------------
PostgreSQL"s great!
(1 row)
postgres=#