Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Update Table1
Set Name = Case When Name_Hold = 'Y' Then 'Held' Else Name End,
Address = Case When Address_Hold = 'Y' Then 'Held' Else Address End,
Phone = Case When Phone_Hold = 'Y' Then 'Held' Else Phone End
Update table1
Set Name = 'Held'
Where Name_hold = 'yes' OR
Address_hold = 'Yes' OR
Phone_hold = 'Yes'