I did this query in hm2 reports->HMQL tab. Or just http://localhost:8001/Query?q=select...limit%201000;1
I did this query in hm2 reports->HMQL tab. Or just http://localhost:8001/Query?q=select...limit%201000;1
How do I specify that hero's hole cards should be either suited or offsuit in a query?
I still need some clarification as to what you are trying to accomplish.
Have you used offset? PHP Limit Data Selections From MySQL
Code:This LIMIT clause would return 3 records in the result set with an offset of 1. What this means is that the SELECT statement would skip the first record that would normally be returned and instead return the second, third, and fourth records. Let's look at how to use a SELECT LIMIT statement with an OFFSET clause in SQL.
How can I query based the bet-size the same way as "Bet Size Filters" in "More Filters" works? There only seem to be stats for category of sizes but not for the specific bet-size that I wish to explore.
What bet-size are you not able to use? It's % of pot and has less than, greater than, equal to and between capabilities.