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
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
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