I'm putting together a small website for a mini-golf tournament my friends and I have going, but I'm having trouble writing a query to count the number of "hole in one" scores for each particular player.
I've tried using the full text search but am unable to get the query to return anything.
My results table columns are:
id, player_id, location_id, schedule_id, specialevent, round, [hole1score,...hole18score], totalscore, frontnine, backnine
I suspect that using a select count would lead to innacurate numbers since a given row (which would represent one round of mini-golf by a particular player) may have more than one hole with a "hole in one".
Any help would be appreciated, its late, i'm sick, and i'm stumped.
Thanks in advance.

I've tried using the full text search but am unable to get the query to return anything.
My results table columns are:
id, player_id, location_id, schedule_id, specialevent, round, [hole1score,...hole18score], totalscore, frontnine, backnine
I suspect that using a select count would lead to innacurate numbers since a given row (which would represent one round of mini-golf by a particular player) may have more than one hole with a "hole in one".
Any help would be appreciated, its late, i'm sick, and i'm stumped.
Thanks in advance.
