Update Customer
Set x = Left(Contact_Point, CharIndex(',', Contact_Point) - 1),
y = LTrim(Right(Contact_Point, Len(Contact_Point)) - CharIndex(',', Contact_Point))
oops, two small mistakes, had a mistake after the comma in quotes, and the go is not needed.
If I read it right, the...