Started: 2023-01-29 23:40:42Statement : select dogs.sex, dogs.TableKey as DogKey, TitleName, BOBRank as Ranking, (Select BOBRank FROM standingsprovince as S2 WHERE S2.Province_ID = 1 AND S2.Dog_ID = standingsprovince.Dog_Id AND S2.ResultYear = 2022 AND S2.ResultMonth = 8) LastMonthRanking,
BreedName, OwnerName, DogName, CallName, BOBPoints as TotalPoints, BIS, GP1, GP2, GP3, GP4, S_BIS, S_GP1, S_GP2, S_GP3, S_GP4,HandlerName, BOB, S_BOB, BOBPoints, BOBtoGroupPercent
FROM standingsprovince
INNER JOIN breeds on breeds.ID_NO = standingsprovince.Breed_ID
INNER JOIN dogs on dogs.ID_NO = standingsprovince.Dog_ID
LEFT JOIN handler on handler.ID_NO = Dogs.Handlers_ID
LEFT JOIN titles on titles.ID_NO = Dogs.Titles_ID
WHERE BOB>= 3 and StandingsProvince.Province_ID = 1 AND RankDog = '1' and Breed_ID = 672 AND BOBRank IS NOT NULL and BOBRank <> 0 AND ResultYear = 2022 AND ResultMonth = 9 ORDER BY BOBToGroupPercent Desc, BOB Desc LIMIT 50Execute Time : 0.2061288356781 SecondsRows Returned : 4
Picture
Rank
Breed
Dog Name
All Breed BOB
Specialty BOB
Points
% GRP
1 Retriever (Labrador) GChEx Rainydaze Let Freedom Reign (M) 5 0 80 100.00%
2 Retriever (Labrador) GChS Kermodei's Unforgettable Yeti (M) 9 0 97 33.33%
3 Retriever (Labrador) Ch Mayhemfarms A Star Is Born (M) 4 0 18 25.00%
4 Retriever (Labrador) Ch Labralayne's Rosebud (F) 3 1 75 0.00%
The Group % Standings are a percentage based on the number of time that a
dog wins the breed and goes on to place in the group.
1. A dog must have a minimum of 3 Best of Breed wins to be ranked in the
Group % standings.
2. Group placement is any placement from 1st to 4th.
3. Group placements include all-breed shows and Group specialties.