Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to update a null value field in sql server

eg
a table contains 3 fields id,name,salary
and 3 records
salary of 1 record is null
i want update the nullfield

111 arun 300
112 ddd 200
113 ttt null
i want to update table with add 100 to every record include null
after updation
the recrds should be
111 arun 400
112 ddd 300
113 ttt 100

Answer Posted / dinesh sharma

It Simple
Just Write Down The Query
update table_Name set salary=100 where salary is null

Is This Answer Correct ?    12 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by coalesce in sql server?

1127


Explain microsoft sql server functions?

1177


What do you understand by sql server agent?

1026


How many types of triggers in sql server?

1089


What is function of CUBE ?

1076


Explain the Ways to improve the performance of a sql azure database?

84


Explain transaction server implicit?

1027


what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration

994


Tell me about builtinadministrator?

1042


What does ss stand for sexually?

1143


Why use cursor in sql server?

1130


What are rest-style architecture's?

172


What is the process of normalising?

1043


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?

1209


What is merge replication?

1149