Re: [GENERAL] Table UPDATE statement

2005-02-25 Thread Venkatesh Babu
Thanks very much :-) this saves lot of time for my update statements -Venkatesh --- Alban Hertroys <[EMAIL PROTECTED]> wrote: > Venkatesh Babu wrote: > > Hello, > > > > I need to update few rows of a table (call it 't') > and > > need to set just one column col1 (out of around > 100 > > co

Re: [GENERAL] Table UPDATE statement

2005-02-25 Thread Alban Hertroys
Venkatesh Babu wrote: Hello, I need to update few rows of a table (call it 't') and need to set just one column col1 (out of around 100 columns... to be exact, our table has 116 columns). The info about rows to be updated is present in another table t2. t2 just contains 2 columns (row_key, new valu