Reputation: 554
Hi is it possible to have a update SQL statement with a SELECT substring SQL statement?
How would I convert this to an update statement?
SELECT
SUBSTRING([Col1], 2, LEN([Col1])-2)
FROM table1
Any help would be much appreciated.
Upvotes: 0
Views: 42