Re: affected columns

2003-07-29 Thread Egor Egorov
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

Re: affected columns

2003-07-29 Thread Matthew
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

affected columns

2003-07-29 Thread Carlo Loiudice
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

affected columns

2003-07-29 Thread Wakan
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