select count(( exactFlopHandCategory(PLAYER_1,FLOPSET) AND handshaving(exactFlopHandCategory,FLOPSET) >= 2)) /* How often ( PLAYER_1 flop hand category is set AND at least 2 players flop hand category is set) */ as COUNT1
from game='holdem', syntax='Generic',
PLAYER_1='*',
PLAYER_2='*',
PLAYER_3='*',
PLAYER_4='*',
PLAYER_5='*',
PLAYER_6='*'