I would like to remove the “Null” in my week Column. Any help? I tried screenshots provided
Advertisement
Answer
I think you could try:
delete from [BKC_Menu_Analysis].[dbo].[FBBKCCompsWeekly] where week is NULL
I would like to remove the “Null” in my week Column. Any help? I tried screenshots provided
I think you could try:
delete from [BKC_Menu_Analysis].[dbo].[FBBKCCompsWeekly] where week is NULL