I'm brand spanking new at SQL - tutorials, internet searches, and the help menu aren't helping me with this.
Here's my code:
select distinct GLD_COMPANY,GLD_FISCAL_YEAR,GLD_FISCAL_PERIOD,
acc_acct, acc_sub_acct_level01,GLD_ACCT_KEY,GLD_AMOUNT
from DW_GL_TRANSACTIONS inner join dw_gl_account...