Salve.
Vorrei che questa SELECT mi listasse anche i record che non hanno valore nel campo lez.
Come posso fare?
Codice:
SELECT maestri.*,lezioni.lez FROM maestri
INNER JOIN maestri ON lezioni.id_ins = maestri.id WHERE
lezioni.anno = '2012' AND lezioni.week = '1' ORDER BY maestri.citta
Vorrei che questa SELECT mi listasse anche i record che non hanno valore nel campo lez.
Come posso fare?