There are three ways (1) Use the CSVREAD function http://h2database.com/html/functions.html#csvread
(2) Use the FILE_READ function http://h2database.com/html/functions.html#file_read (3) User-defined tables: http://h2database.com/html/features.html#pluggable_tables On 2013-10-24 07:25, [email protected] wrote:
Is there any way in H2 to apply SELECT queries for external sources, not only for H2 db files? For example I have some external data (files) and want to read them via SQL engine used in H2.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
