Hello I found something strange. I tried a few queries, in WHERE
1. ">" works, returns expected results 2. ">" and "<" doesn't work, returns 0 result 3. "<" doesn't work, return 0 result 4. BETWEEN, syntax error Basically, I want to find records between to time stamps that are epoch unix timestamps. Is there anything I did wrong? Thanks Gary