我熟悉SQL,但不熟悉Crystal Reports。我試圖處理導入數據有5列設置:Crystal Reports等效於'WHERE'
id deathDate giftDate giftAmount Dead
123 2008-01-06 2011-09-08 25.00 TRUE
456 2009-06-08 2011-10-13 10.00 TRUE
789 0 2011-12-04 50.00 FALSE
...
我試圖做一個子查詢,但無法弄清楚CR相當於凡在SQL會是什麼。我想沿線做一些事情:
SELECT count(id) from tab1 where dead=TRUE
有什麼建議嗎?
嘗試選擇專家(報告 - >選擇專家) – 2012-02-24 22:53:06