database
database copied to clipboard
Insert records in batch
INSERT INTO tabela(numero) VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10)
I need to insert record using OPISDATABASE in large amount of records.