[ungesichtete Version][ungesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
Coderzombie (Diskussion | Beiträge)
K Reverted 1 edit by 197.251.14.250 identified as test/vandalism using STiki
Zeile 70:
</source>
 
==Cross join== mm
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>