Rousseau10
Programmer
query syntax problem using DTS wizard query builder
the query builder generated all but the last 3 lines. I noticed it did not join the tables so I inserted the Join code.
TANX!
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
the query builder generated all but the last 3 lines. I noticed it did not join the tables so I inserted the Join code.
Code:
select "elgemp"."eegpno", "elgnot"."eunmbr", "elgnot"."eudpcd", "elgnot"."eucatg", "elgnot"."eudpfl", "elgnot"."euflag", "elgnot"."euoper_1", "elgnot"."euoper_2", "elgnot"."euoper_3", "elgnot"."euoper_4", "elgnot"."euoper_5", "elgnot"."euoper_6", "elgnot"."euoper_7", "elgnot"."euoper_8", "elgnot"."euoper_9", "elgnot"."euoper_10", "elgnot"."eudate_1", "elgnot"."eudate_2", "elgnot"."eudate_3", "elgnot"."eudate_4", "elgnot"."eudate_5", "elgnot"."eudate_6", "elgnot"."eudate_7", "elgnot"."eudate_8", "elgnot"."eudate_9", "elgnot"."eudate_10", "elgnot"."eucmmt_1", "elgnot"."eucmmt_2", "elgnot"."eucmmt_3", "elgnot"."eucmmt_4", "elgnot"."eucmmt_5", "elgnot"."eucmmt_6", "elgnot"."eucmmt_7", "elgnot"."eucmmt_8", "elgnot"."eucmmt_9", "elgnot"."eucmmt_10"
from "elgemp" INNER JOIN "elgnot" ON "elgemp"."eenmbr"="elgnot"."eunmbr"
order by "elgemp"."eegpno"
TANX!
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam