how do I Add multiple columns using mysql in postgres
Hi
Would u please advice me on how to add multiple columns using mysql in postgres. I have tried the Sql statement : Alter table add (x1 datatype1,x2 datatype2,x3 datatype3)
It is not working. But works if adding one column.
please help
Last edited by Bheki; 01-28-2002 at 06:04 AM.
|