From 5479fcc80273b6a8819c0d595d8f7c36fbcb73e1 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 26 Sep 2007 18:21:39 +0000 Subject: [PATCH] it wants AS ... git-svn-id: svn://svn.open-ils.org/ILS/trunk@7843 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0