- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
SQL command limit in query builder?
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.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: SQL command limit in query builder?
Hello,
Do you need to limit data into the preview? If yes, you have some settings into File > Preferences menu.
'Maximum number of rows for previews' should be similar to LIMIT.
Guillaume
Guillaume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: SQL command limit in query builder?
No, I truly want to limit the results queried to, e.g., not more than 1000. Meaning that in the SQL of the query builder the function LIMIT 1000 will appear below this.