root wrote:
On 5/24/07, comex <[EMAIL PROTECTED]> wrote:
On 5/24/07, Ian Kelly <[EMAIL PROTECTED]> wrote:
> BEGIN TRANSACTION;
>
> UPDATE RULE 106
> SET TEXT = 'SQL script'
> WHERE TEXT = 'document';
>
> COMMIT TRANSACTION;
Query OK, 0 rules affected (0.00 sec)
Rules matched: 0 Changed: 0 Warnings: 0
I beg to differ; you seem to be assuming a different database
organization. It seems more useful to me in this context to have rules
be modeled as tables rather than rows.
Why? Are cursors around the corner?