![]() |
Sergey Kornilov admin 6/10/2007 |
To help you I need to know how UREN table os related to one of other tables. select `KlantID`, _klanten.`Bedrijfsnaam`, `Adres`, `Postcode`, `Woonplaats`, `Projectnaam`, `Projectomschrijving` From `_klanten` inner join _projecten on _klanten.`Bedrijfsnaam` =_projecten.`Bedrijfsnaam` inner join UREN on UREN.FieldName = _projecten.AnotherFieldName where _projecten.`status` = "Voltooid" |
R
|
Razkat author 6/11/2007 |
To help you I need to know how UREN table os related to one of other tables.
|
R
|
Razkat author 6/12/2007 |
I have found the solution: |