Problem: there are leading space and trailing space in the records.
Solution: to remove leading space, e.g. ” EKONOR-25M”, use
BEFORE | AFTER |
![]() |
![]() |
Solution: to remove trailing space, e.g. “EKONOR-25M “, SQL statement (“Trim”, “Rtrim”, “Replace”) CANNOT be used. The only way is to delete it manually.