in reply to Re: access array of values without a loop
in thread access array of values without a loop
I suspect you hit the central problem square on the head. And, just for completeness: you can also represent many-to-many relationships in an SQL database ... this requires three tables. For example:
INVOICE <-> INVOICE_LINEITEMS <-> ITEMS.
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: access array of values without a loop
by CountZero (Bishop) on Feb 20, 2015 at 09:46 UTC | |
by Your Mother (Archbishop) on Feb 25, 2015 at 17:51 UTC |