Created
May 31, 2015 11:33
-
-
Save matallo/1946ebbf2c49bdc991ff to your computer and use it in GitHub Desktop.
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
ALTER TABLE partidos_1_georef ALTER COLUMN register_date_mod TYPE DATE | |
using to_date(register_date, 'DD-MM-YYYY'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment