[MDEV-11516] Support of opérator || for string concatenation Created: 2016-12-09 Updated: 2017-04-09 Resolved: 2017-02-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER, Parser |
| Fix Version/s: | 10.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Jérôme Brauge | Assignee: | Alexander Barkov |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Oracle CONCAT function admit only two string to concat Concatenation operator (||) is more used. His behavior is similar to concat_ws with '' as separator |