Please publish sample data and expected result from the sample data.
Like this way...
Source Table:
Code:
my_table looks like...
column_a
----------
abc
12345
x
06/23/2012
80.87
Note: I don't know what data in your table.
So, I showed some data types in the column which might be not compatible each oher.
Actually, the data wouldn' t be mixed such way.
Expeced result from the data:
Code:
column_a | column_b
-----------+----------
abc | ???
12345 | ???
x | ???
06/23/2012 | ???
80.87 | ???
I'm sorry, if I missed the point.