L
Les
I have an address table, indexed by address_id. Each user can have mulitple
addresses.
Assume "john doe" has address_id's 123, 456, and 789. "789" being the most
current. In addition "123" and "456".
When I do a query for John Doe, it pulls all 3 addresses. How do I pull
just the most current one, being "789"?
Thanks
addresses.
Assume "john doe" has address_id's 123, 456, and 789. "789" being the most
current. In addition "123" and "456".
When I do a query for John Doe, it pulls all 3 addresses. How do I pull
just the most current one, being "789"?
Thanks