G
Guest
Hi could someone help on this. Here are the details.
I have a table with multiple columns. I want to creat a new column in the
same table and update that column depending on the values from the existing
column. For example if columnA (existing Column) has value of 0 or 999
newcolumn should have value of 12345, same way if the columnA has values
between 300-600 range the new column should have value of 78900 and so on.
Like this I need to define 3 to 4 conditions on the existing column to get
the new column values. I hope I explained it right. please help
I have a table with multiple columns. I want to creat a new column in the
same table and update that column depending on the values from the existing
column. For example if columnA (existing Column) has value of 0 or 999
newcolumn should have value of 12345, same way if the columnA has values
between 300-600 range the new column should have value of 78900 and so on.
Like this I need to define 3 to 4 conditions on the existing column to get
the new column values. I hope I explained it right. please help