[odb-users] Insert into select

Boris Kolpackov boris at codesynthesis.com
Fri Jul 7 03:15:43 EDT 2023


Javier Gutierrez <javier.gutierrez at web.de> writes:

> Is there any way to run an "INSERT INTO <table> SELECT blah, blah FROM
> <another table>"?

The only way is to execute a native SQL statement (meaning you will have
to list all table/column names manually as part of the statement string):

https://www.codesynthesis.com/products/odb/doc/manual.xhtml#3.12



More information about the odb-users mailing list