Hello,
I have got a table 'transport' with amongst others two columns:
transport.company_from
transport.company_to
And a table 'companies' that holds information about companies. For a list I need to extract the names of the companies in a set of records from the 'transport' table in a single query.
I have no idea how to go about this.
Anyone know?