Subject Re: String concatenation within a SELECT statement for a VIEW
Author sberbanker
below you can see example of concatenated string in SELECT query:

SELECT kod || '. ' || name AS name_of_kod FROM kody