I have a table that some column have spaces, like this:
Column A
-----------
"text 1"
" text 2"
"text 3 "
" text 4 "
I want to do a select that return those columns with spaces (beginning or end)
" text 2"
"text 3 "
" text 4 "
Is that possible?
After search for them, How could I update those columns to remove the spaces?