OK. You found 801 entries with ~200 k global access.
and the query works as expected
So
SELECT COUNT(*)
FROM SQ.CBPhoneResult_View
WHERE PhoneDateODBC = '2018-04-10'for Tuesday Apr.10 it should return 801
What is the count for Monday 2018-04-09 ? I 'd expect more
SELECT
COUNT(*)
FROM SQ.CBPhoneResult_View
WHERE PhoneDateODBC = '2018-04-09' - Log in to post comments

