Re: how to update a entire column elements

2010-02-05 Thread RaMeSh
Kindly draft you question clearly with scenario example, so that the solution should be clear. On 5 February 2010 16:20, MuraliKrishna wrote: > Hi I am in need to update a entire column elements with different values. > If > any body know the syntax please help me.. Regarding this.. Thanks in > a

Re: how to update a entire column elements

2010-02-05 Thread Jo�o C�ndido de Souza Neto
Are you talking about data in column ou structure of table? "MuraliKrishna" escreveu na mensagem news:4b6bf981.0807c00a.0cba.2...@mx.google.com... > Hi I am in need to update a entire column elements with different values. > If > any body know the syntax please help me.. Regarding this.. Thanks

Re: how to update a entire column elements

2010-02-05 Thread Johan De Meersman
update table set column=value where . "value" may be calculated based on other columns or whatever. If you need to set n rows to arbitrary values, however, you'll need to issue multiple statements. On Fri, Feb 5, 2010 at 11:50 AM, MuraliKrishna < murali_kris...@arthaoptions.com> wrote: > Hi I