INSERT INTO places(id, name, kind, latitude, longitude, typeName, code, updateDate, typeId, notes) VALUES ('2569062','C-00476207 - S-0344907 - PRUEBA LOOKUPS 02','place','43.1407899', '-2.0688703', 'Servicio', 'VELACIÓN: 12-08-2026 08:35', '2026-08-16T07:59:00.420+0000', '30',''), ('2569070','C-00476208 - S-0344908 - PRUEBA LOOKUP 03','place','43.1407899', '-2.0688703', 'Servicio', 'VELACIÓN: 12-08-2026 09:04', '2026-08-16T07:59:00.420+0000', '30', '') ON DUPLICATE KEY UPDATE id=VALUES(id),name=VALUES(name),kind=VALUES(kind),latitude=VALUES(latitude),longitude=VALUES(longitude),typeName=VALUES(typeName), code=VALUES(code), updateDate=VALUES(updateDate), typeId=VALUES(typeId), notes=VALUES(notes)

Tiempo de carga de la MultiQuery: 0 seconds