Subject | Re: [firebird-support] Insert statement |
---|---|
Author | Doug Chamberlin |
Post date | 2011-02-13T20:17:12Z |
On 2/13/11 11:23 AM, munster77054 wrote:
equivalent functionality.
> Because of one of my domains, I've become FAMILIAR with MySQL. Within this, it has an "INSERT IGNORE" in addition to the standard "INSERT" statement. This command instructs the database engine to attempt the insert, and if it fails, just to continue on to the next INSERT statement. This works well if the record is a duplicate based on the Primary Key, for instance.I would look for a variation of the MERGE statement to accomplish an
>
> I've looked and looked, but can't find an equivalent statement for FIREBIRD (2.1.x). Does anyone know if there is such a thing?
equivalent functionality.