hi,how to set default filed+field
create table "table1"( "cno1" char(10) default NEW.cno2+NEW.cno3, "cno2" char(10) , "cno3" char(10));
I try pl/pgsql and pl/tcl NOT RUN,
thanks