![Salvo 'LtWorf' Tomaselli](/assets/img/avatar_default.png)
Turns π a,b,c(A) ∪ π a,b,c(B) into π a,b,c(A ∪ B) if A and B are union compatible Works with union, intersection and difference.
2 lines
103 B
Plaintext
2 lines
103 B
Plaintext
πname,skill(σ skill == 'Perl' (people⋈skills)) ∪ πname,skill(σ skill == 'C' (people⋈skills))
|