Re: Re[2]: updating tables

2001-07-02 Thread Radius Newbies
Hi Werner, -- On Mon, 2 Jul 2001 15:59:19Werner Stuerenburg wrote: Hi noelt, i mean, the value of the duration field will be transferred or copied to the consumed field w/c is in a diff. table. So these are just some fields like column1 and column2 - nothing to do with duration

updating tables

2001-07-01 Thread Radius Newbies
Hello All! I am just starting to learn mysql so forgive if i sound so beginner here. I have 2 tables, table1 and table2. At table1, i have username and consumed field_names. at table2, i have username and duration fieldname. I need to put the value of duration to consumed. How will I do that?