SQL :
How to fetch the column values which has spaces in it? Such as space between two words (or) Space in the Prefix or Suffix?
We have over 5000 records. Some of these records has empty space between two words (or) in its trail.
We need to identify those existing records before we apply TRIM or REPLACE syntax for any future insertion.