![]() |
Sergey Kornilov admin 1/9/2012 |
Well, you can use the following: set rs= CustomQuery("Select Sum(col2) from table where col1 = <somevalue>") |
![]() |
ZeinzuKun author 1/10/2012 |
Well, you can use the following: set rs= CustomQuery("Select Sum(col2) from table where col1 = <somevalue>")
|