CONCAT(string1[,string2,...])

Description: Concatenates all strings together in the order specified and returns the resulting string.

Numeric arguments are converted to strings. Any NULL string causes a NULL to be returned.

Examples:

  • CONCAT('a','B','z') returns aBz.

  • CONCAT('a',5,7.5) returns a57.5.

  • CONCAT('a',NULL) returns NULL.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.103.183