6140P Older Adult-OASIS Clients Vaccinated with most Recent COVID-19 Vaccination Mid-Year FY23-24
Percent of BHRS OASIS Clients receiving the most recent COVID-19 vaccine by Mid-Year FY23/24.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"performance-smcgov/6140p-older-adultoasis-clients-vaccinated-with-tn54-xyzb\".\"6140p_older_adultoasis_clients_vaccinated_with\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.