|
我要如何apply 以下的sql query 在我的crystal report ( Visual Studio.net )
是在sql expression field in crystal report吗?? 如何呢?
SELECT COUNT("orders.car") AND COUNT("orders.van")
FROM Employees, Orders
WHERE Employees.ID = Orders.ID AND employees.name = 'JESUS'
我想要display total of [CAR] 和 total of [VAN] 在我的crystal report
[ 本帖最后由 counterking 于 10-11-2005 02:43 AM 编辑 ] |
|