Texas Hold'em

How often do two suited cards flop a flush draw?

AhKh on a random flop — how often a flush draw lands.

The PQL query

select count(hasFlushDraw(hero, flop)) from game='holdem', hero='AhKh', villain='**'

count(hasFlushDraw(hero, flop)) is the share of flops where hero holds a flush draw.

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