Case sensitive string comparison in mysql with example
8471 Views
BIINARY Operator
BINARY Operator in Mysql is supports Case Sensitive comparison of two strings. = operators used to compare character by character. BINARY operator is used to compare two strings byte by byte.