Displaying the table definition on Postgres
Hi,
I want to create a table on Postgres based on another table and I did that using create table as select * .... but my requirement is I want to change the datatype of one particular column on the newly created table whether thats possible. If yes means how to change that. Any help is appreciated.
Regds
Krishna
|