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 are synonyms?
What is bit data type?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What is the default fill factor value?
What are indexes in ms sql server?
What are the source of constraints?
What are logical/boolean operations in ms sql server?
How to change the ownership of a schema in ms sql server?
What is the difference between Stored Procedures and triggers?
Can we write a distributed query and get some data which is located on other server and oracle database?
What are acid properties of transaction?
What is NOT NULL Constraint in sql server 2012?
How to implement service broker?
How to deploy the Report?
What happens if we shrink log file in sql server?