Test cargo: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 1: Line 1:
{{#arraydefine:refs |
{{
{{
#cargo_query:tables=BibEntryCargo,_pageData
#cargo_query:tables=BibEntryCargo,_pageData
Line 8: Line 9:
|limit=5000
|limit=5000


|where=  _pageData._creationDate LIKE '%2021%' OR _pageData._creationDate LIKE '%2020%' OR _pageData._creationDate LIKE '%2019%' OR _pageData._creationDate LIKE '%2018%' OR _pageData._creationDate LIKE '%2017%' OR _pageData._creationDate LIKE '%2016%' OR _pageData._creationDate LIKE '%2015%' OR _pageData._creationDate LIKE'%2014%' OR _pageData._creationDate LIKE'%2013%' GROUP BY BibEntryCargo._pageName
|where=  _pageData._creationDate LIKE '%2021%' GROUP BY BibEntryCargo._pageName
|format=template|template=CountingCARGO
|format=template|template=CountingCARGO
}}
}}
 
}}
<!--
<!--
SELECT id, password, COUNT(id) AS count FROM users WHERE email = :email GROUP BY id, password LIMIT 1
SELECT id, password, COUNT(id) AS count FROM users WHERE email = :email GROUP BY id, password LIMIT 1
-->
-->

Revision as of 10:13, 24 October 2021