I have txt files with approximately 5,000 items, and these do not have a default, for example:
10 20
30
40
50 60 70
80
90 100
I need to import this to SQLite , each value being 1 register.
Example:
ID | VALOR
1 | 10
2 |...
asked by
26.04.2018 / 21:26