Nieuw lid |
|
SELECT naam FROM (mcproductie.stations left outer join
(select id from mccontract.plaatsingsopties) on (mcproductie.stations.id= mccontract.plaatsingsopties.stationsid )) left outer join (SELECT plaatsing FROM mccontract.contractregels where contractnr=6 ) on (mccontract.plaatsingsopties.id= mccontract. contractregels.plaatsing) LIMIT 0, 30
SELECT naam FROM (mcproductie .stations left outer join (select id from mccontract .plaatsingsopties ) on (mcproductie .stations .id = mccontract .plaatsingsopties .stationsid )) left outer join (SELECT plaatsing FROM mccontract .contractregels where contractnr =6 ) on (mccontract .plaatsingsopties .id = mccontract . contractregels .plaatsing ) LIMIT 0, 30
MySQL retourneerde:
Citaat: Every derived table must have its own alias
hoe pas je dat pziez aan ?
|