Skip to content

Instantly share code, notes, and snippets.

@matallo
Created May 31, 2015 11:33
Show Gist options
  • Save matallo/1946ebbf2c49bdc991ff to your computer and use it in GitHub Desktop.
Save matallo/1946ebbf2c49bdc991ff to your computer and use it in GitHub Desktop.
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