SQL Buscar columna con espacio final
SELECT col FROM tbl WHERE col LIKE '% '
Blushing Bug
SELECT col FROM tbl WHERE col LIKE '% '