"id" "type" "parent" "country" "votes" "perCent"
"4177" "3" "4176" "US" "105" "0"// total of all the below
"4178" "10" "4177" "US" "15" "0"
"4179" "10" "4177" "US" "50" "0"
"4180" "10" "4177" "US" "25" "0"
"4181" "10" "4177" "US" "5" "0"
"4182" "10" "4177" "US" "10" "0"
在 MySQL 中,是否可以选择具有 10% 选票的行。在这里,id = 4177有该类别的总票数。在此基础上,可以选择哪些地方type = 10 and parent = 4177和哪些10% or more得票?