16 Mar
2004
16 Mar
'04
6:59 p.m.
Jaroslav Lukesh wrote:
I have three CSV tables (together 120k) and I need import that data into some SQL database for different kind of views to data strored in tables.
I guess you could use the Python csv module to import the data and then pass it to a couple of zsql methods. http://www.python.org/doc/2.3.2/lib/module-csv.html /Anton Stonor