Cargo query

Jump to navigation Jump to search

Showing below up to 100 results in range #201 to #300.

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

Act should not have been passed

For

Naked cynicism by Rich Lowry (New York Post, December 17, 2010) (view)

REPEAL by Yuval Levin (The Weekly Standard, March 27, 2010) (view)

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

Modify query

View wikitext
{{#cargo_query:
limit=100
|offset=200
|tables=Items,Opinions
|fields=Items.Summary,Opinions.Position_link,Opinions.Stance
|where=Opinions.Topic="Patient Protection and Affordable Care Act"
|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
|outline fields=Position_link,Stance
}}