Re: [SQL] How to increase Column width of table

2003-03-25 Thread Robert Treat
http://fts.postgresql.org/db/mw/msg.html?mid=1071582 On Tue, 2003-03-25 at 10:18, Christoph Haller wrote: > > > > Atul here, i have one table and i would like to increase the length > of > > existing column and the sql statement is > > > >Exisiting Column is "vehicle_make" varchar(30)

Re: [SQL] How to increase Column width of table

2003-03-25 Thread Atul Pedgaonkar
Hello, Atul here, i have one table and i would like to increase the length of existing column and the sql statement is Exisiting Column is "vehicle_make" varchar(30) SQL: alter table commute_profile alter column "vehicle_make" varchar(100) But this gives error.