Hello,I also come across same situation,am using below query but still getting max 100 rows only.As per written query,results count is max 10000. select CURRENT_TIMESTAMP,_xxxx.pageAttributes.internalTrackingCode,eventType from xxxx_xxxx_qa where TIMESTAMP >='2025-10-02' ORDER BY TIMESTAMP DESC LIMI...