Self-join excluding joining a row to itself
Sometimes you want all pairs of rows in a table: its Cartesian product with itself. That could be done with a join.
Self-join excluding joining a row to itself
Sometimes you want all pairs of rows in a table: its Cartesian product with itself. That could be done with a join.