TupJoin()
Syntax:
TupJoin (Tupel tup1, Tupel tup2) : Tupel
tup1: Haupttupel
tup2: Zusatztupel
Beispiel:
kombitup := TupJoin (kerntup, niedertup)
Beschreibung:
Erzeugt ein Tupel, das alle Felder aus
tup1
und aus
tup2
enthält. Bei Namensgleichheit wird das Feld aus
tup1
übernommen.
Siehe auch
TupJoinTo()
und
TupPrjct()
.
toposoft 28.10.2024