SQLite Forum

LEFT JOIN Misunderstanding
Login
```
	LEFT JOIN LastEntries AS f
		ON a.ProjID = f.ProjID
		AND a.InsertDate = f.pl_insert AND b.InsertDate = f.pe_insert
```

These changes produce a totally different set of records. Hmmmm...Thanks.