SyntaxFix
Write A Post
Hire A Developer
Questions
UPDATE mytable SET column=LEFT(column, LEN(column)-5)
Removes the last 5 characters from the column (every row in mytable)