SQL Encontre coluna com espaço à direita
SELECT col FROM tbl WHERE col LIKE '% '
Blushing Bug
SELECT col FROM tbl WHERE col LIKE '% '