syntax error in a mysql statement
        Posted  
        
            by knowledge
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by knowledge
        
        
        
        Published on 2010-06-16T07:32:34Z
        Indexed on 
            2010/06/16
            7:42 UTC
        
        
        Read the original article
        Hit count: 181
        
mysql
what is the error in the following mysql statement :
mysql> SELECT columnName  FROM tableName WHERE columnName LIKE  '%' + @variableName + '%';
© Stack Overflow or respective owner