[ROOT]  dt  Email  SELECT Date, To, From, Subject  SELECT Date, To, From, Subject   ORDER BY Date   LIMIT 268435456   SKIP 0   

ERROR:

Query expression

TAKE -2147483648

failed to parse with the following error response:

errorResponses:
Illegal {count}, not a valid positive integer.
Syntax:
TAKE {Count}
Examples:
'TAKE 42'

Last query expression to successfully parse was 'SKIP 0'.

(NOTE. After the first valid QueryExpression, all following items in the request must also be valid query expressions)


Generated 2025-07-16 08:41:36.868 UTC