Last active
June 25, 2020 19:40
-
-
Save masonjo/841c8d30253201f2f1ce0860eb7a4815 to your computer and use it in GitHub Desktop.
Update full_date_added in mysql #mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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