|
|
|
|
|
by jmulho
2361 days ago
|
|
Oracle has a feature called external tables that lets you map regular files to the database and run SQL against them. Works with csv or any format that can be loaded to the database with the normal database loading utilities. This is very useful for getting transformation and loading done in one step! |
|
More usefully, MySQL has LOAD DATA INFILE facilities for bulk loading of flat files.