what is the error in the following mysql statement :
mysql> SELECT columnName FROM tableName WHERE columnName LIKE '%' + @variableName + '%';
what is the error in the following mysql statement :
mysql> SELECT columnName FROM tableName WHERE columnName LIKE '%' + @variableName + '%';