Sybase no tiene sintaxis de inserción como SQL Server. ¿Qué tiene de malo el método clásico que se muestra a continuación?
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