在select语句中向使用多个字段的计算的结果作为别名,在select子句中使用,如下 sql :select a as a1,b as b1,a+b as c,c/2 as d from test (test表有a ...
www.google.com.tw