B
Beans
I have two tables that have a relationship, mapunit and component. there can
only be a single record for each mapunit, however, each single mapunit can
have many components. my question is how to structure a query to search
through all components and return the maximum value, such as percent
composition of the mapunit? ex.--
<<--mapunit table
| mapunit name
| Alpha
|
|-->>component table
comp. name comp %
beta 75
zeta 25
In this case I'd would like to I would be returned the beta component. Is
this possible in the query builder?
Thanks for any feedback!
only be a single record for each mapunit, however, each single mapunit can
have many components. my question is how to structure a query to search
through all components and return the maximum value, such as percent
composition of the mapunit? ex.--
<<--mapunit table
| mapunit name
| Alpha
|
|-->>component table
comp. name comp %
beta 75
zeta 25
In this case I'd would like to I would be returned the beta component. Is
this possible in the query builder?
Thanks for any feedback!