Wakan <[EMAIL PROTECTED]> wrote:
> is there a way to obtain only the affected columns after an update query?
Instant answer: no. You could do some selects and compare the difference.
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is spo
mysql.
- Original Message -
From: "Wakan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 10:26 AM
Subject: affected columns
> HI,
> is there a way to obtain only the affected columns after an update query?
> After an update query, t
HI,
is there a way to obtain only the affected columns after an update query?
After an update query, that involves 10 columns, I know that only 2 columns are
really updated (because the values of the other cols don't change).
I need to know the names of that changed cols, for logging pu
HI,
is there a way to obtain only the affected columns after an update query?
After an update query, that involves 10 columns, I know that only 2 columns are
really updated (because the values of the other cols don't change).
I need to know the names of that changed cols, for logging pu