Select constant value : Constant « Select Query « PostgreSQL






Select constant value


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

postgres=#
           
       








Related examples in the same category