This query
Code: Select all
SELECT
webcustomers.customerid,
webcustomers.name,
webcustomers.email,
weblanden.omschrijving AS land,
webtalen.omschrijving AS taal,
webcustomers.landid
FROM webcustomers
INNER JOIN weblanden
ON webcustomers.landid = weblanden.landcode
INNER JOIN webtalen
ON webcustomers.taalid = webtalen.taalcode
ORDER BY webcustomers.landid
I wonder why dbForge is doing it. Even export to a file gave me 2018 records.
I'm using DBforge Studio for MySQL 6.1.166 Standard Edition