In normal SQL, I can limit the number of returned results using the function LIMIT. Is there a similar function in the Query Builder available?
When querying large data bases, it would be nice if I could limit the number of results to avoid overloading JMP when selecting the filters unwisely.