Started: 2023-11-29 13:55:56Statement : 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 = 2023 AND S2.ResultMonth = 10) 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 = 2023 AND ResultMonth = 11 ORDER BY BOBToGroupPercent Desc, BOB Desc LIMIT 50Execute Time : 0.021549940109253 SecondsRows Returned : 4
Picture
Rank
Breed
Dog Name
All Breed BOB
Specialty BOB
Points
% GRP
1 Retriever (Labrador) GCh Loretta Labs Persistence Of Memory (M) 19 2 175 70.00%
2 Retriever (Labrador) GChB Danrich's Crash Tested To Compass (M) 10 0 105 60.00%
3 Retriever (Labrador) GChB Mayhemfarms Cowgirls Don't Cry (F) 8 0 72 50.00%
4 Retriever (Labrador) Ch Erinhill's You Can Crash My Party (M) 6 0 39 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.