to trim spaces
Hi Guys
i have a table having a column dob which stores the date of birth of client like 03081983
now sometimes user insert spaces in start or end or middle like
03081983
03 08 1983
03081983__
these spaces are shown in my database with a dark straight line looking like a concatenated operator.
so i want to remove or trim this please tell me the query to trim .
Rgds