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

Explain about temporary stored procedure?

532


What is the server name for sql management studio?

479


How to add a new column to an existing table with "alter table ... Add" in ms sql server?

579


What is user-defined function?

574


How many categories of data types used by sql server?

600






After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas

576


Explain about service Broker functions?

617


When columns are added to existing tables, what do they initially contain?

632


What are sparse columns?

586


Is the order of columns in the set clause important in ms sql server?

521


What is the cpu pressure?

565


How to find the service pack installed? : sql server database administration

554


What are the 10 characteristics of data quality?

533


What is the function of sql server agent windows service?

539


Explain database normalization?

650