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
What is the temp table?
How to get the definition of a user defined function back?
What is the Control Flow in SSIS
What is order of B+tree?
What is a self join in sql server?
explain the storage models of olap? : Sql server database administration
How to apply cascading referential integrity in place of triggers?
what is a transaction? : Sql server database administration
What happens if you are trying to access a schema not owned by you?
Define Business Edition in SQL Azure?
Explain sql delete command?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
Difference between primary key and clustered index?
What are sql servers used for?
Why I am getting this error when dropping a database in ms sql server?