Sybase n'a pas de syntaxe d'insertion comme SQL Server. Quel est le problème avec la méthode classique ci-dessous ?
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