- 1
How to insert 1000 mails into the database
3 Réponses
0
can you tell from where do you want to insert.. example from table or excel or what?
0
insert into tableA select top(1000) mails from tableB
- 1
you shoud use python, java.... read 1000 mails and insert to db