DBA > Job Interview Questions > MySQL and SQL

What do % and _ mean inside LIKE statement?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What do % and _ mean inside LIKE statement?

% corresponds to 0 or more characters, _ is exactly one character.

(Continued on next question...)

Other Job Interview Questions