cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm 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.