Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/05/2003, 13:30
Abaca
 
Fecha de Ingreso: mayo-2003
Ubicación: La Plata
Mensajes: 14
Antigüedad: 21 años
Puntos: 0
Equivalente del GO de MSSQL, en MySql

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