Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
UPDATE MyTable Set LastColumn = LastColumn & ','
UPDATE MyTable SET LastCOlumn = LEFT(LastColumn,Len(LastCOlumn)-1)
If I use an extra column it puts quotes around the last one
select '"'+cast(id as varchar)+'"'+','+'"'+Name+'"'+','
from dbo.Brotherhood_of_the_Ring