BINARY

Description: Causes the string following the word BINARY to be typecast as a binary string.

Its typical use is to force a case-sensitive comparison, even though the string is not already binary data or a BLOB column type. Was introduced in version 3.23.0.

Examples:

  • SELECT 'A'='a' returns 1.

  • SELECT BINARY 'A'='a' returns 0.

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

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