Is it possible to use DBStorage to load data from MySQL by running a
suppled SQL query? Something like:

mydata = LOAD 'jdbc://localhost/enron' USING DBStorage('SELECT foo.value1,
bar.value2 FROM foo JOIN bar on foo.bar_id = bar.id');


Even if I have to LOAD AS and specify a schema, that would be great.

It is problematic that there are no docs for DBStorage. If someone clues me
in, I'll write it up :)

-- 
Russell Jurney twitter.com/rjurney [email protected] datasyndrome.com

Reply via email to