Hello, is it possible to modify the number of resu...
# suiteql
d
Hello, is it possible to modify the number of results you get back from a suiteql search like how TOP or LIMIT works?
s
use
WHERE ROWNUM < 10
to limit to 10 results
er, 9 I guess
darned 1-based language and all that
d
Thanks for the input, I’ll play around with that.
t
🤩 1
d
This is gold! Thanks @tdietrich!
t
👍