-
Which mode tells the server to recognize || as the string concatenation operator?
-
- ORS_AS_CONCAT
- LOGIC_OR_AS_CONCAT
- PIPES_AS_CONCAT
- DOUBLE_PIPE_AS_CONCAT
- None of these
Correct Option: C
‘PIPES_AS_CONCAT’, one of the many MySQL server mode values stored in the system variable would direct the server to treat the pipe characters as the standard SQL string concatenation operator rather than the logical or. The rest mode values are invalid.