This example illustrates get data from TWO DATABASES IN SAME QUERY.
The query lists all events, event prices and venues where they take place. Note that you can specify two different databases.
select Event_Name, Venue, Ticket_Price
from "C:\Program Files\AbsoluteDatabase\Demos\Data\Demos.abs".Events e,
"C:\Program Files\AbsoluteDatabase\Demos\Data\Demos.abs".Venues v
where e.VenueNo = v.VenueNo
Download Absolute Database | Learn more |
|
|
Current version: 7.95
Released: February 08, 2023
Price: $ 149
|
|
Thanks again for the superb tech support, I was worried I'd hit a brick wall this close to the finish line. Even working on the weekend... you guys rock!!!
Bob Boyd
|
|
|