DB2 produces a syntax error when using SELECTIVITY with st_disjoint.
Example
select count(*) from mytable where db2gse.st_disjoint(geom,?) = 1 selectivity 0.00001
A workaround could be
select count(*) from mytable where db2gse.st_intersects(geom,?) = 0 selectivity 0.00001
Mass transitioning all resolved issues that have not been updated in the last month to closed state
DB2 produces a syntax error when using SELECTIVITY with st_disjoint.
Example
select count(*) from mytable where db2gse.st_disjoint(geom,?) = 1 selectivity 0.00001
A workaround could be
select count(*) from mytable where db2gse.st_intersects(geom,?) = 0 selectivity 0.00001