cancel
Showing results for 
Search instead for 
Did you mean: 

DELETE FROM myTable IGNORE TRIGGER dont works

Former Member
0 Kudos

HI,

based on docs

::=

DELETE ]

i tried to execute:

DELETE FROM myTable IGNORE TRIGGER

but i get the error:

Error Executing 'DELETE FROM myTable IGNORE TRIGGER' (at 21): Missing keyword:WITH.

then is true to say that this isnt implemented yeat?

MaxDB version 7.6.06.10

best regards

Clóvis

Accepted Solutions (1)

Accepted Solutions (1)

lbreddemann
Active Contributor
0 Kudos

Hi Clovis,

Elke pointed out in one of the former threads that the IGNORE TRIGGER option works inside triggers only.

It's meant to prevent chained trigger firing.

She also mentioned that this was not documented yet...

I guess that explains the issue.

regards,

Lars

Answers (0)