Lets say I have this column
star ---- 1 3 3 1 2 5 3
It has seven rows and there are integer values! I want to have
Table::Where('column', $case)->pluck('column')->avg()