SyntaxFix
Write A Post
Hire A Developer
Questions
SQL Server allows the following (be careful to use single quotes instead of double)
UPDATE User SET UserId = 12345 , Name = 'J Doe' , Location = 'USA' , Bio='my bio spans multiple lines!' WHERE UserId = 12345