Is there a way that I can get this query working, the query is giving empty result.
Select Region,SITECODE,CAPTION,Device_Type,MachineType,Notification from nodes WHERE Notification = '' Doesnt work
Select Region,SITECODE,CAPTION,Device_Type,MachineType,Notification from nodes WHERE Status = '2' Works