Software >> Services >> RDBMS >> MySQL >> What are the wildcard and escape characters

MySQL::What are the wildcard characters and escape characters wildcards :- _ any single character % a string of zero or more characters escape characters :- \ eg. \_ means the character _ eg. \% means the character %