SELECT url , version, COUNT(*) AS K FROM "table_*" WHERE version='9.0.3.9' or version='9.0.3.10' GROUP BY url, version HAVING
K <2 ORDER BY url
DESC
==============================
essql
SELECT url , version, COUNT(*) AS K FROM "table_*" WHERE version='$**version**' or version='$**version**' GROUP BY url, version HAVING
K <2 ORDER BY url
DESC
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.