あまり。持つ句は集計を意味します。つまり、元の行はもうありません。
次のものが必要だと思います:
DELETE from UserPredictions
where UserId in (select UserId from UserPredictions group by UserId having count(*) < 500)
あまり。持つ句は集計を意味します。つまり、元の行はもうありません。
次のものが必要だと思います:
DELETE from UserPredictions
where UserId in (select UserId from UserPredictions group by UserId having count(*) < 500)