Can anyone tell me why I am getting an error with the following syntax?
SELECT GL_Account.'AccountDesc',
GL_Account.'Account',
GL_DetailPosting.'PostingD
ate'
From
GL_Account Inner Join GL_DetailPosting
GL_Account.'AccountKey' on GL_DetailPosting.'AccountK
ey'
where GL_Account.'Account' in ('5300-04','5000-04')
error = unexpected extra token: Inner
Start Free Trial