Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

join problem

edited November 2006 in End User
Hi

is a query like this possible with the end user tool:

SELECT
PERSONEN.Persoons_ID
PERSONEN.Naam ,
VASTE_LOONCOMPONENTEN_PER_SALARISKAART.Bedrag
FROM
PERSONEN PERSONEN
LEFT OUTER JOIN VASTE_LOONCOMPONENTEN_PER_SALARISKAART
VASTE_LOONCOMPONENTEN_PER_SALARISKAART
ON (PERSONEN.BCS_Nummer =
VASTE_LOONCOMPONENTEN_PER_SALARISKAART.BCS_Nummer)
AND (PERSONEN.Persoons_ID =
VASTE_LOONCOMPONENTEN_PER_SALARISKAART.Persoons_ID)
AND (VASTE_LOONCOMPONENTEN_PER_SALARISKAART.Vast_looncomponent = 32 )

Especialy the last line !!

Eric

Comments

This discussion has been closed.