Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Not a Bug
-
5.5.44
-
None
Description
With, CONCAT(), skipping the commas between parameters is ok:
select concat('a' 'b' 'c'); |
Interestingly, this only works if all parameters are string literals. Also, this does not work with any other function I tried.
I'm not sure if this "a feature or a bug"... I'm reporting it just in case you are not aware of it.