From: miker Date: Wed, 26 Sep 2007 18:21:39 +0000 (+0000) Subject: it wants AS ... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5479fcc80273b6a8819c0d595d8f7c36fbcb73e1;p=Evergreen.git it wants AS ... git-svn-id: svn://svn.open-ils.org/ILS/trunk@7843 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 3c6c5bc5a2..8ccd7e4024 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -2589,8 +2589,8 @@ SELECT t.* FROM action.transit_copy t - JOIN actor.org_unit so ON (t.source = so.id) - JOIN actor.org_unit do ON (t.dest = do.id) + JOIN actor.org_unit AS so ON (t.source = so.id) + JOIN actor.org_unit AS do ON (t.dest = do.id) WHERE so.parent_ou <> do.parent_ou