LIKE

Database Dictionary -> LIKE

LIKE

The LIKE clause checks if a string matches a specified pattern. The pattern specified in the LIKE clause can be composed of standard characters and/or wildcard characters.

SQL Tutorial