You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- path: /v1/statget:
queries:
num_of_categories: SELECT COUNT(*) FROM categoriesnum_of_countries: SELECT COUNT(*) FROM countriesnum_of_series: SELECT COUNT(*) FROM series
OR
- path: /v1/statget:
aggregated_query:
num_of_categories: SELECT COUNT(*) FROM categoriesnum_of_countries: SELECT COUNT(*) FROM countriesnum_of_series: SELECT COUNT(*) FROM series
OR
- path: /v1/statget:
query:
aggregate:
num_of_categories: SELECT COUNT(*) FROM categoriesnum_of_countries: SELECT COUNT(*) FROM countriesnum_of_series: SELECT COUNT(*) FROM series
It should be possible to return a multiple members where each of them are came from different queries.
The text was updated successfully, but these errors were encountered: