Join (SQL): differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
←Nuova pagina: Una <code>JOIN</code> è un comando SQL che serve a combinare le righe di due o più tabelle di un database. Lo standard ANSI definisce alcune specifiche per il lingua... |
|||
Riga 237:
=== Right outer joins ===
A right outer join returns all the values from the right table and matched values from the left table (NULL in case of no matching join predicate).
|