Clamp a row limit to a safe positive integer before interpolating into LIMIT N (guards against NaN/float/negative/Infinity producing malformed SQL).
LIMIT N
Clamp a row limit to a safe positive integer before interpolating into
LIMIT N(guards against NaN/float/negative/Infinity producing malformed SQL).