Do to multiple iterations of data contained in my Event_Log table I now find myself having to update all entries within my Element_Name column that are = “ “ to a Null value. This is necessary for when I am running reports and trying to group by this filed I am getting erroneous entries due to some values being null and some = to “ “. What is the best way to update these “ “ entries to Null? Please note I have several thousand of these entries within my table and doing one at a time would drive a person insane.
Any help would be greatly appreciated.
Birky
Event_Log Table consists of the following columns:
Event_Log_ID
Date_Recorded
Date_Installed
Remedy_AR_Numbe r
Instance
Schema
Project_Name
Element_Name
Version
Comment
Any help would be greatly appreciated.
Birky
Event_Log Table consists of the following columns:
Event_Log_ID
Date_Recorded
Date_Installed
Remedy_AR_Numbe r
Instance
Schema
Project_Name
Element_Name
Version
Comment
Comment