(This should give someone a quick Correct Answer)
If you want to find things that start with "%Inh", how does one fashion the LIKE statement (no cheating with RLIKE) so that the percent sign is taken literally (i.e. how do you escape the percent sign)? I tried \%, CHR(37), nested ' and " in various ways, can't quite get it.