Subject Re: [firebird-support] Insert into Select
Author Dimitry Sibiryakov
01.12.2019 04:56, dmiller@... [firebird-support] wrote:
> As I said - I can do this via stored procedures - but is there a way to do it without?

If you want to insert records to two tables with single query - you cannot.
If you don't want to use a stored procedure then the closest approach is an updatable view.


--
WBR, SD.