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 / nilesh
Update tablename set Column_name = '' where f_name = 'student'
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
How to filter out duplications in the returning rows in ms sql server?
What stored by the model?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
What is the default Port No on which SQL Server listens?
How do I repair damaged sql server mdf file database? In previous day my mdf file has got damage due to unknown reasons then I used dbcc chekcdb command but it failed, MDF file is important for me, I don’ know that how to get back mdf file data. Please anyone suggest me?
How can we remove orphan records from a table?
How to delete duplicate rows?
Explain the use of containers in ssis and also their types?
In what sequence sql statement is processed?
How many types of functions are there in sql server?
Explain error handling in ssis?
How to delete duplicate rows from table except one?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
How to disable triggers using "disable trigger"?
Can we perform backup restore operation on tempdb? : sql server database administration