I am trying to setup a few simple SQL scripts to help with some short term DB administration. As such, I\'m setting up variables to try to make it easier to reuse these scri
Works without concat():
LIKE '%{$var}%'
(Mysql version 5.+)