I will admit I am a little rusty on my SQL skills, however I am fairly certain this should work, but it doesn’t.
select distinct _type from Stats; returns 4 values like this _type "match" "game" "gamestats" "timeline"
So I’d think the following should work: select count(*) from Stats where _type = match;, unfortunately that returns nothing and I am stomped.
There is nothing special about the Query Monitor page, and there are no control characters in the field _type, it only has straight up 1 of 4 string values.
Ok this is weird… things started to work just now, no changes no nothing, could it be that the primary index hadn’t finished entirely or something else?