On Friday, May 25, 2018, tango ward <tangowar...@gmail.com> wrote: > > WHEN code like '%%PE%%' or code like '%%NSTP%%' > > I am getting TypeError: not all arguments converted during string > formatting. > > Any advice pls? >
Unclear how to inject percent signs in the query string here. I'd just avoid them and use regular expressions. David J.