Skip to content

Instantly share code, notes, and snippets.

@masonjo
Last active June 25, 2020 19:40
Show Gist options
  • Save masonjo/841c8d30253201f2f1ce0860eb7a4815 to your computer and use it in GitHub Desktop.
Save masonjo/841c8d30253201f2f1ce0860eb7a4815 to your computer and use it in GitHub Desktop.
Update full_date_added in mysql #mysql
UPDATE subscribers SET `full_date_added`=FROM_UNIXTIME(date_added) WHERE `full_date_added` IS NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment