怎样写这句sqlselect a+5 as f1,f1+10,from table1 是错误的这只是个例子,我的意思是怎样引用另一个计算列[解决办法]这样就不错了,你多了个逗号.
select a+5 as f1,f1+10 from table1