What does || do in SQL?
||
SELECT 'a' || ',' || 'b' AS letter
|| represents string concatenation. Unfortunately, string concatenation is not completely portable across all sql dialects:
concat
+
hopefully the confusion is complete ...
1.4m articles
1.4m replys
5 comments
57.0k users