Select constant value
postgres=# SELECT 'PostgreSQL''s great!' AS example; example --------------------- PostgreSQL's great! (1 row) postgres=#