Texas Hold'em

How often does the board pair by the river?

A board-only question — no hero cards needed.

The PQL query

select count(pairedBoard()) from game='holdem', hero='**', villain='**'

count(pairedBoard()) is the share of runouts where the five-card board contains a pair.

Run this query in the PQL playground →

PQL runs entirely in your browser — no install or account. New to it? See the PQL syntax reference, open the PQL engine, or browse all recipes.

More recipes

Go beyond queries — study real PLO solutions

Preflop ranges, postflop strategy and practice mode across all 1,755 PLO flop textures. Free tier, no card required.

Try SolvePLO Free