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.
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.