Folks:
I have a requirement to copy data from a few tables from an existing H2 database into a new H2 database. I would like to know the best, most-performant way to do this. I know backup/restore does this - but it does the entire database - my requirement to do it only a chosen set of source tables to a chosen set of destination tables in a different H2 database instance.
Any response is highly appreciated.
Thanks