PostgreSQL/Select Query/Constant

Материал из SQL эксперт
Перейти к: навигация, поиск

Select constant value

postgres=# SELECT "PostgreSQL""s great!" AS example;
       example
---------------------
 PostgreSQL"s great!
(1 row)
postgres=#