我需要開發一個SQL查詢,執行以下操作:總和 - SQL查詢
Column A Column B
Row1 2861682 sum(Row1 to Row5)
Row2 2522226 sum(Row2 to Row5)
Row3 2285983 sum(Row3 to Row5)
Row4 2096046 sum(Row4 to Row5)
Row5 1935355 sum(Row5)
這是我在表列中的數據。
現在我需要計算
sum(Row1 to Row5)
sum(Row2 to Row5)
sum(Row3 to Row5)
sum(Row4 to Row5)
sum(Row5)
感謝
什麼DB引擎您使用的? –
netezza ...謝謝 – Gallop