Run this:
dt=New Table( "example table",
Add Rows( 12 ), New Column( "A column", Numeric, "Continuous",
Set Values( [1, 1, 1, 10, 0, 1, 1, 1, 0, 1, 0, 1] ) ));
rmat = dt << get rows where (as column(1) == 0);
in the log you'll see this:
[5, 9, 11]
this is a list of rows where the first column was equal to 0;
JMP Systems Engineer, Health and Life Sciences (Pharma)