Viewing 2 posts - 1 through 3 (of 3 total)
I solved my own query using nesting 🙂
SELECT person.name,
(select vname
from vehicle
where vehicle.name=person.name
...
January 23, 2014 at 12:10 am
#1682646
January 23, 2014 at 12:07 am
#1682645