|
(SELECT unitname FROM plm_unit WHERE unitid = t1.unitid and siteid = t1.siteid) unit,
|
|
(SELECT unitname FROM plm_unit WHERE unitid = t1.unitid and siteid = t1.siteid) unit,
|
|
(SELECT unitname FROM plm_unit WHERE unitid = t2.auxunitid and siteid = t1.siteid) auxunit,
|
|
(SELECT unitname FROM plm_unit WHERE unitid = t2.auxunitid and siteid = t1.siteid) auxunit,
|