Sybase heeft geen insert-syntaxis als SQL Server. Wat is er mis met de onderstaande klassieke methode?
INSERT INTO MyTable (Name, ID) VALUES ('First',1)
INSERT INTO MyTable (Name, ID) VALUES ('Second',2)
INSERT INTO MyTable (Name, ID) VALUES ('Third',3)
go