„Join (SQL)“ – Versionsunterschied
[ungesichtete Version] | [ungesichtete Version] |
Inhalt gelöscht Inhalt hinzugefügt
K Reverted 1 edit by 197.251.14.250 identified as test/vandalism using STiki |
|||
Zeile 70:
</source>
==Cross join==
CROSS JOIN returns the [[Cartesian product]] of rows from tables in the join. In other words, it will produce rows which combine each row from the first table with each row from the second table.<ref>[http://www.sqlguides.com/sql_cross_join.php SQL CROSS JOIN]</ref>
|