Cargo query

Jump to navigation Jump to search

Showing below up to 1 result in range #101 to #101.

View ( | next 100) (20 | 50 | 100 | 250 | 500)

Act should be passed

Mixed

View ( | next 100) (20 | 50 | 100 | 250 | 500)

Modify query

View wikitext
{{#cargo_query:
tables=Items,Opinions
|fields=Items.Summary,Opinions.Position_link,Opinions.Stance
|where=Opinions.Topic="American Recovery and Reinvestment Act of 2009"
|join on=Items._pageName=Opinions._pageName
|order by=CONCAT(CASE Stance
         WHEN 'for' THEN 1
         WHEN 'against' THEN 2
         WHEN 'mixed' THEN 3
         END) , `Date` DESC 
|format=ddb outline
|offset=100
|limit=100
|outline fields=Position_link,Stance
}}