Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Trigger performance
On Sun, 19 Sep 1999 15:45:51 +0100, "Jonathan Lewis"
<jonathan_at_jlcomp.demon.co.uk> wrote:
>
>You do have to be a little careful with IN lists.
>Remember that a check constraint is true
>if it is not false - i.e. a test that evaluates to
>NULL has not evaluated to false and therefore
>is deemed to be true.
>
>In this case you may want to include an
>is/is not null test on action_type, or have
>a NOT NULL constraint on action_type.
>
Mea culpa - I was assuming that action type is not null which I would expect to be the usual case. Received on Mon Sep 20 1999 - 17:05:00 CDT
![]() |
![]() |