prs_v_hoofdperslidwerkplek2 is sneller dan prs_v_hoofdperslidwerkplek
svn path=/Website/trunk/; revision=32107
This commit is contained in:
@@ -103,7 +103,7 @@ function model_persons()
|
||||
query.tables.push("prs_v_werkplek_gegevens wg");
|
||||
query.tables.push("prs_v_afdeling pa");
|
||||
query.wheres.push("pa.prs_afdeling_key = prs_perslid.prs_afdeling_key");
|
||||
query.tables.push("prs_v_hoofdperslidwerkplek pw");
|
||||
query.tables.push("prs_v_hoofdperslidwerkplek2 pw");
|
||||
query.wheres.push("pw.prs_perslid_key(+) = prs_perslid.prs_perslid_key");
|
||||
query.wheres.push("pw.prs_werkplek_key = wg.prs_werkplek_key(+)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user