Does anyone know how to limit the ASIC Company Dataset response using an SQL query?
The API example is shown below, but the browser response is that TITLE is not a valid column :-
Query example (via SQL statement)
https://data.gov.au/data/api/3/action/datastore_search_sql?sql=SELECT * from "cb7e4eb5-ed46-4c6c-97a0-4532f4479b7d" WHERE title LIKE 'jones'
I’ve tried using ACN instead of TITLE - but get the same sort of error
https://data.gov.au/data/api/3/action/datastore_search_sql?sql=SELECT * from “cb7e4eb5-ed46-4c6c-97a0-4532f4479b7d” WHERE acn LIKE ‘610861044’