Perfect. That was much easier then I thought it was going to be.
Thank you...
User Profile
Collapse
-
Update text for a subset of Records
I have a table with a varchar field where a subset of the records end with the letter "d".
I need to move the d from the end of the column to the front of the column. The other characters are 3 digit numbers if that is relevant.
select * from vehicle where name like '%d' pulls my list of records. I'm thinking I should use update text to do this?
No activity results to display
Show More
Leave a comment: