Hi,
I am trying to delete records from a table when a specified column encounters null values in them. Could you please let me know how!
ThanksRefer to your other post (http://www.dbforums.com/t926583.html) in this forum.
You can use DELETE FROM tablename WHERE Columnname=null and refer to books online for more information.|||columnname is null
instead of columnname = null|||Oh yeah, thanks for the make-up.
No comments:
Post a Comment