File diff 000000000000 → 72890999e24d
sql/s15/q12.sql
Show inline comments
 
new file 100644
 
select count(*) FROM Object o, ForcedSource f 
 
 WHERE o.deepSourceId=f.deepSourceId 
 
   AND f.psfFlux BETWEEN 0.13 AND 0.14;