Joins

joins allow you to relate two records

Syntax

// Join two records using a bind
[#record1 attribute1]
[#record2 attribute2: attribute1]

// Join two records using a name
[#record1 attribute]
[#record2 attribute]

Description

Examples

See Also

equality | inequality | records