cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
ErraticAttack
Level VI

SQL In() Function

Is anyone aware of what the SQL In() function is?  I don't see any documentation anywhere.  I'm using JMP Pro 16.2

Jordan
1 REPLY 1
txnelson
Super User

Re: SQL In() Function

The SQL IN Operator allows you to specify multiple values in a WHERE clause

SELECT column_name(s)
FROM table_name
WHERE column_name IN (value1, value2, ...);
Jim

Recommended Articles