Necesito hacer un par de inserciones en una tabla
por ejemplo
insert into KeyGenerator(FieldName, FieldValue, MaxValue)
values ('GenericReportCategoryKey', 1, NULL)
insert into KeyGenerator(FieldName, FieldValue, MaxValue)
values ('GenericReportFieldsCfgKey', 1, NULL)
insert into KeyGenerator(FieldName, FieldValue, MaxValue)
values ('GenericReportExpressionsCfgKey', 1, NULL)
es para no tener que estar seleccionando y ejecutando de a una