Mega Code Archive

 
Categories / PostgreSQL / Postgre SQL
 

SELECT abc def

postgres=# postgres=# SELECT 'abc' || 'def' AS "unspecified";  unspecified -------------  abcdef (1 row) postgres=#