Excuse my ignorance, but I'm used to MySQL and I'm having problems trying to
convert a few columns from varchar to numeric. I attempted to get around
the problem by creating a new numeric column, but pgsql didn't like it when
I tried to copy the varchar column info into the numeric one.
Is there a painless way of changing a column type?
Thanks in advance for any help offered
Derek