![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
any code instructions *** IF FOUND AND TG_OP = 'UPDATE' THEN *** END IF; *** if not found plsql does't break this structure after IF FOUND and proceed TG_OP = \'UPDATE\', what bring control structures to: IF FOUND THEN IF TG_OP = 'UPDATE' THEN *** END IF; END IF; inconveniently, isn't it? |
#2
| |||
| |||
|
|
tirny wrote: any code instructions *** IF FOUND AND TG_OP = 'UPDATE' THEN *** END IF; *** if not found plsql does't break this structure after IF FOUND and proceed TG_OP = \'UPDATE\', what bring control structures to: IF FOUND THEN IF TG_OP = 'UPDATE' THEN *** END IF; END IF; inconveniently, isn't it? I don't understand. Can you explain what the problem is? |
#3
| |||
| |||
|
|
On Wed, 04 May 2005 11:52:32 +1000, Neil Conway <neilc (AT) samurai (DOT) com> wrote: I don't understand. Can you explain what the problem is? I think they mean that it doesn't do short-circuit evaluation. |
![]() |
| Thread Tools | |
| Display Modes | |
| |