code.ex(python)
Python, PostgreSQL, R, sundry computer geek stuff, etc.
Monday, April 30, 2012
Convert Postgres column from text to numeric type
ALTER TABLE foo ALTER COLUMN col TYPE NUMERIC USING col::numeric
You can use this with data in the table. All data must be convertable (no alpha chars). You can also specify numeric formatting here if you like.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)