Pavel Ivanov-2 wrote:
>SQLite allows only one WHEN per trigger but any number of triggers per
>action (without any defined order of execution). So you can do it like
>this:
Thanks, Pavel, that's just what I needed to know. I think I'd been got by other languages only allowing one trigger per type.
Hamish