MySQL STRCMP Function

Example

Compare two strings:

SELECT STRCMP("SQL Tutorial", "SQL Tutorial");

Definition and Usage

The STRCMP() function compares two strings. Continue reading MySQL STRCMP Function