SELECT * FROM tablename WHERE UPPER(fieldname) LIKE UPPER('%searchvalue%');
Please note: JavaScript is required to post comments.