space trim using mysql code example Example 1: mysql trim spaces `field` = TRIM(`field`); Example 2: mysql trim SELECT TRIM(' trim ');