How to insert 1000 mails into the database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to insert 1000 mails into the database

24th Jul 2016, 9:18 AM
Srinath NP
Srinath NP - avatar
3 Answers
0
can you tell from where do you want to insert.. example from table or excel or what?
25th Jul 2016, 8:02 AM
Shah Alam
Shah Alam - avatar
0
insert into tableA select top(1000) mails from tableB
4th Aug 2016, 6:44 PM
Jacob Lynn
Jacob Lynn - avatar
- 1
you shoud use python, java.... read 1000 mails and insert to db
28th Jul 2016, 2:51 PM
Duc Nguyen
Duc Nguyen - avatar