We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fit into one line if possible
INSERT INTO dbo.Points (PointValue) VALUES (CONVERT(Point, '3,4'));
Column list/value list fit into one line if possible
INSERT INTO MyLinkServer.AdventureWorks2008R2.HumanResources.Department (Name, GroupName) VALUES (N'Public Relations', N'Executive General and Administration');