/* remove any first & last character in mysql*/ SELECT substring(myfield,2, length(myfield)-2) FROM mytable;