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 aTable SET useful_data = 'new value',
date_changed = getdate()
WHERE key_column = 'value_that_uniquely_identifies_the_row_to_be_changed'