postgress append string in select

Solutions on MaxInterview for postgress append string in select by the best coders in the world

showing results for - "postgress append string in select"
Gwenaëlle
23 Mar 2020
1SELECT
2   'Concatenation' || ' ' || 'Operator' AS result_string;