there are tow column x1,x2 in table t ,all real
alter table  t  add  column  c1 real;
select  x1+x2 as  c1 from t;
there ara output in my screen,but in the database,
c1  column has no value,how can i make the value of c1 column =x1+x2?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to