Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Hi I have to delete the value of acktitle where ackby = nullI tried using update but its not helping me i tried doing update incidents(table name) set acktitle = null where ackby = nullits not giving me any results thats why i thought of delecting but delete syntax removes the whole row How should i go about it
tkizer
Almighty SQL Goddess
38200 Posts
Posted - 2007-07-05 : 17:31:47
WHERE ackby IS NULLTara Kizerhttp://weblogs.sqlteam.com/tarad/