K
Kelvin Beaton
I didn't realize when I imported some data into my database that there were
a bunch of spaces after all the data.
I know that I can do a RTRIM the data in a query, but I don't want to have
to remember every time I create a query to TRIM it.
Do I have to use a query and make a temp table and then delete the data from
my original table and then put the data back in from my temp table.
I can do this, but wanted to know if there is a better way.
Thanks
Kelvin
a bunch of spaces after all the data.
I know that I can do a RTRIM the data in a query, but I don't want to have
to remember every time I create a query to TRIM it.
Do I have to use a query and make a temp table and then delete the data from
my original table and then put the data back in from my temp table.
I can do this, but wanted to know if there is a better way.
Thanks
Kelvin