access query one to many (aggregated) -


how make table query (or other type of query). data example general idea is:

  • table (fields: "country ", “city”, "avenue")

  • table b (fields: "country ", "population [mln]")

i need 1 table aggregated 2 above tables.

what should query info aggregated

(fields: " country ", “city”, “avenue”, "population [mln]".

(population per country only)

i'd grateful if help, s.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -