cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Speeding up dealing with many records in SQL Query Builder

The JMP Query Builder is a lovely piece when accessing databases and not knowing much SQL.

However, when querying large data bases with millions of records, I have two suggestions:

1) before starting a query that might accidentally call thousands of big records in wide tables, either give a warning like: "you are about to query for x lines. Do you want to continue?) or showing a preview on how many records your query would results. That would help my colleques with no SQL knowledge avoiding sending big queries to our database!

2) adding the possibility to add the SQL limit command to your query, e.g. setting the maximum number of records in the query to 500. In SQL you can do this by adding limit 500 to the end of your SQL statement, but interactively in the query builder would be nice.