I have a grid with following SQL statement
SELECT DISTINCT EMPLID,
NAME_FORMAL,
LAST_NAME,
FIRST_NAME,
NAME_INITIALS,
SEX,
BIRTHDATE
FROM
SYSADM.PS_RUG_MEDEWERKERS
If I use a search then I get duplicate rows, which is not correct.
When I enter this statement in sqlbuilder it gives the expected results.