Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
LIKE « String Functions « MySQL Tutorial
MySQL Tutorial
String Functions
LIKE
23.21.LIKE
23.21.1.
expr LIKE pat [ESCAPE 'escape_char']
23.21.2.
To test for literal instances of a wildcard character, precede it by the escape character.
23.21.3.
To specify a different escape character, use the ESCAPE clause:
23.21.4.
String comparisons are not case sensitive unless one of the operands is a binary string
23.21.5.
In MySQL, LIKE is allowed on numeric expressions.