爲了簡化這個問題,我要提前道歉(我聽說傑夫的播客和他擔心問題的質量會「下降」),但我是卡住。我正在使用AquaData來打我的Informix數據庫。 MS SQL和Informix SQL之間有些古怪的細微差別。無論如何,我試圖做一個簡單的嵌套表達式,它恨我。 select
score,
count(*) students,
count(finished) fini
我有三個表:頁,附件,頁附件 我有這樣的數據: page
ID NAME
1 first page
2 second page
3 third page
4 fourth page
attachment
ID NAME
1 foo.word
2 test.xsl
3 mm.ppt
page-attachment
ID PAGE-ID ATTACHMENT-