Subject Re: [firebird-support] i want to "update or insert into table1 (a, b) select x, y from table2"
Author Adriano dos Santos Fernandes
Orhan TURHAN escreveu:
> i want to use this sql command;
> but why?
>
> update or insert into table1
> (a, b)
> select x, y from table2;
>
You need MERGE. Read documentation in doc/sql.extensions/README.merge.txt.


Adriano