我在這些領域子查詢在Access
Student:
ID(PK) Name Family Tel
Lesson:
ID StudentRef(FK(Student)) Name Score
訪問2個表假設我們有這些記錄
Student :
1 Tom Allen 09370045230
2 Jim leman 09378031380
Lesson:
1 1 Math 18
2 1 Geography 20
3 2 Economic 15
4 2 Math 12
我怎麼能寫結果會是這樣(2場)查詢?
Tom Math : 18 , Geography 20
Jim Economic :15 , Math :12
這可能有所幫助:http://stackoverflow.com/questions/8601643/access-sql-query-to-concatenate-rows/8603245#8603245 – Fionnuala 2011-12-25 20:14:31
適當[示例代碼](http://sscce.org/) (這裏是SQL語句)比任何ad hoc模式和樣本數據格式更有用。請使用'CREATE TABLE'和'INSERT ... VALUES'作爲樣本。所需的結果不需要作爲示例代碼呈現,因爲結果是代碼的輸出,而不是代碼本身。 – outis 2012-03-26 00:41:58