Quote:
Originally posted by Suguby
Hi!
alter table <u table> add bcol boolean;
update <u table> set bcol=<some cast from old column>;
alter table <u table> drop <old column>;
4 u plesure ))
|
Thanks for the solution you have provided...
But problem is that if I create another column after dropping first one the syntax which programmers has written will fell. Because the new column will be added at the last position of the table.
When I tried using dbaccess utility , it dosen't have boolean data type.
What I should do....help me out....