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 delete particular value in the column of a table.Is
it possible or not?if possible give it as in query.

Answer Posted / rupa bagherwal

You can not exactly delete the column value.
alternatively what you can do is use update statment and
update the value with blank.

update users
set user_adr = ''
where user_id = 'userid'

Is This Answer Correct ?    96 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you clear a log file?

1106


What is the difference between a local and a global temporary table?

1169


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

1106


What is the name of the Database which IBM mainframe uses?

1028


How to delete existing rows in a table?

1240


Where do we use trace frag?

1059


What is the return type of executeupdate ()?

947


What do you think of this implementation? Can this be implemented better?

993


What is perspective, have you ever created perspective? : sql server analysis services, ssas

958


What is difference between line feed ( ) and carriage return ( )?

944


What is the default fill factor value?

1127


What is similarity and difference between truncate and delete in sql?

1150


In what three ways is the return statement used in a stored procedure?

1060


Does partitioning ssd reduce performance?

925


create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration

1002