• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SQL help with inner joins.

DAM

Diamond Member
Can I combine these two statements into one?

FROM (Product INNER JOIN zSysUser ON Product.ER1 = zSysUser.User_ID) INNER JOIN Call ON zSysUser.UserName = Call.AssignTo

FROM (Product INNER JOIN zSysUser_1 ON Product.ER2 = zSysUser_1.User_ID) INNER JOIN Call_1 ON zSysUser_1.UserName = Call_1.AssignTo

I can't figure it out.


Thanks.

dam(sol)
 
Back
Top