I have a sql table called predictions with data as below
Week Player Points 201101 Mark 7 201101 Mark 7 201101 Pete 7 201101 Pet
Try:
p.Points.Any()
Instead of:
p.Points != null