I'm trying to perform the following query fro PT3's database via postgreSQL:
query='SELECT ALL cnt_p_fold FROM holdem_hand_player_statistics';
prefold = fetch(conn,query);
Which is currently returning the error:
"ERROR: column "cnt_p_fold" does not exist"
Can somebody please point out what I'm missing? I've tried copying the expression for this parameter from the "configure statistics" dialogue in PT3, but it fails every time