SQL Temukan kolom dengan ruang trailing
SELECT col FROM tbl WHERE col LIKE '% '
Blushing Bug
SELECT col FROM tbl WHERE col LIKE '% '