A

Admin • 802.91K Points
Coach

Q. Which mode tells the server to recognize || as the string concatenation operator?

  • (A) PIPES_AS_CONCAT
  • (B) ORS_AS_CONCAT
  • (C) DOUBLE_PIPE_AS_CONCAT
  • (D) LOGIC_OR_AS_CONCAT
  • Correct Answer - Option(A)
  • Views: 1
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question is about how MySQL handles the "||" symbol. In most programming languages, "||" is used for the logical OR operation. But, MySQL has a special feature that allows you to use "||" for concatenating strings.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.