Hi
I am getting error Incorrect Syntax near docentry
SELECT T2."CardCode" ,
(Select Max(I0."Rate") from DPO5 I0 Where I0."AbsEntry" =
(Select I1."BaseAbs" from PCH9 I1 where I1."DocEntry” = T2."DocEntry"))
from opch t2
Thanks
Hi
I am getting error Incorrect Syntax near docentry
SELECT T2."CardCode" ,
(Select Max(I0."Rate") from DPO5 I0 Where I0."AbsEntry" =
(Select I1."BaseAbs" from PCH9 I1 where I1."DocEntry” = T2."DocEntry"))
from opch t2
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Jan 15, 2025, 6:38 AM
Hello Ramco,
You can use below query to simplyfy your query and get correct result,