Hi all I am trying to add a column to a table using db.execute. I use the following command: echo "ALTER TABLE rose_10_10_5 ADD COLUMN area" | db.execute but always get the error: SQL parser error in statement: ALTER TABLE rose_10_10_5 ADD COLUMN new area and I cant figure out why. Any ideas? Bronwyn --