Concatenation Operators in SQL
I always forget this one.....
SELECT TEAM || ',' FROM dfc_team; would put a comma after every result.
Operators
SELECT TEAM || ',' FROM dfc_team; would put a comma after every result.
Operators