Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
group by 句でデフォルト値が必要です。
以下のクエリで試しましたが、成功しませんでした
SELECT ISNULL(MAX(Sum(points)),0) FROM Table1 group by PanelistID having PanelistID = 4310497
満タンにしてください