Run this query and see the result. Report back the number of records it produces.SELECT x.patentFROM patsic06_mar09_ipc AS xINNER JOIN dynass AS z ON z.pdpass = x.pdpassINNER JOIN pdpcohdr AS y ON y.pdpco IN (z.pdpco1, z.pdpco2, z.pdpco3, z.pdpco4, z.pdpco5) AND y.cusip = '"881694"'INNER JOIN cite76_06 AS t ON t.cited = x.patentGROUP BY x.patentHAVING MAX(CASE WHEN x.gyear <= 1996 THEN 1 ELSE 0 END) = 1 AND MAX(CASE WHEN x.gyear >= 1996 AND x.gyear <= 2001 THEN 1 ELSE 0 END) = 1
N 56°04'39.26"E 12°55'05.63"