I select records with A=true, sort by B, and then limit it to C records, where C is an integer.
When all records are A=true, I get back C records.
For every record that A=false, I get back 1 less record than C.
So, my table now has 4 records where A=false, so it's showing C-4 records.
Kinda...