home / openregs

Comments by a Specific Submitter

See all comments from a specific organization or individual across all dockets.

Custom SQL query (hide)

SELECT c.id, c.agency_id, c.docket_id, c.title, c.submitter_type, c.posted_date, d.title AS docket_title FROM comments c LEFT JOIN dockets d ON d.id = c.docket_id WHERE c.submitter_name = :submitter_name ORDER BY c.posted_date DESC LIMIT 200

Query parameters

Edit SQL

0 results

Powered by Datasette · Queries took 2.286ms