MAXDATUM
rol_id max_datum
-------+------------
1 01-01-03
2 03-03-04
========================================================
DOSSIER
rol_id cost_code max_datum
---------+-------------+-----------
1 marc <---- Here
2 piet <---- Here
I want to make an query that filles in DOSSIER.max_datum from the MAXDATUM table.
I think that i must use an replace?
rol_id max_datum
-------+------------
1 01-01-03
2 03-03-04
========================================================
DOSSIER
rol_id cost_code max_datum
---------+-------------+-----------
1 marc <---- Here
2 piet <---- Here
I want to make an query that filles in DOSSIER.max_datum from the MAXDATUM table.
I think that i must use an replace?