Files
2024-05-13 12:54:14 +02:00

6 lines
100 B
SQL

INSERT INTO MNP_FASCIA_ORARIA_MONITOR_REC (inizio, fine)
VALUES ('17:00:00', '19:30:00');
commit;