V
Vincent
In access:
' select (1+2) as T1, ([T1]*2) as T2, ([T2] *3) as T3 from tbl_test ' is fine
But why it can not be run at mssql 2000.
How can I achieve this function in mssql 2000?
' select (1+2) as T1, ([T1]*2) as T2, ([T2] *3) as T3 from tbl_test ' is fine
But why it can not be run at mssql 2000.
How can I achieve this function in mssql 2000?