Open lcmarquez2005 opened 1 week ago
Example: Π atribute1, atribute2, (atribute1 + atribute2 → sum_atributes) (table) Another Example: Π table1.atribute1, table2.atribute1, (table1.atribute1 + table2.atribute2 → sum_atributes) (table1 ⨝ table2)
This featured is already available. Here is an example using the UIBK - R, S, T database:
π a+d->sum (R ⨯ T)
Oh yeah, thank you so much, great project btw!!, i liked it
The ability to sum two columns and given a column result, like relational algebra.
Example: Π atribute1, atribute2, (atribute1 + atribute2 → sum_atributes) (table) Another Example: Π table1.atribute1, table2.atribute1, (table1.atribute1 + table2.atribute2 → sum_atributes) (table1 ⨝ table2)