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
0 Comments:
Post a Comment
<< Home