-- @author prabhd -- @created 2012-12-05 12:00:00 -- @modified 2012-12-05 12:00:00 -- @tags dml -- @db_name dmldb -- @description Mpp-20207 \echo --start_ignore set gp_enable_column_oriented_table=on; \echo --end_ignore DROP TABLE if exists altable; CREATE TABLE altable(a int, b text, c int);