So, Iโm not necessarily saying that itโs even a good idea if it was possible, since the presentation scheme would be extremely mutable, but is there a way to present has-many relationships in one view?
For example, let's say I have a client that can have any number of addresses in the database. Is there a way to list each column of each address, possibly a number, as part of an alias (for example, columns such as customer ID, name, Street_ address, Street_2 address, etc.)?
Thank!
source
share