-4
我有一個表劈裂一列到三列SQL
name test count
----------------------------
sam test1 10
sam test2 2
sam passcount 5
riz test4 3
riz test5 4
riz passxount 6
我想要顯示的結果
name test pass count fail count total count
-------------------------------------------------------------------
sam test1 7 10 17
sam test2 15 2 17
riz test 4 10 3
riz test 5 9 4 13
這背後的邏輯是什麼?第一個表格如何轉換爲結果?鑑於'name ='sam''和'test ='test1'' - 你如何找出「通過次數」或「失敗次數」?您需要提供更多信息 - 不僅僅是一堆數據行! – 2014-10-02 05:24:23
想出新的列的值是什麼_magic_? – melancia 2014-10-02 05:24:35