Feature request #11505

Updated by infobleep - over 6 years ago

Currently, any join performed on a table is a one to one join - it would be great to perform one to many joins.



Example:

Table A = Towns

Table B = Customers (aspatial)



Join on Town name - currently only returns the first customer name it gets to, it would be good to list all.



Back