Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9080

Re: The very first invoice by Itemcode

$
0
0

Hi,

 

Try this:

 

SELECT min(T0.[DocNum]), T1.[ItemCode], min(T0.[DocDate]), min(T1.[Dscription]), min(T1.[Price]) FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry GROUP BY T1.[ItemCode]

 

Thanks & Regards,

Nagarajan


Viewing all articles
Browse latest Browse all 9080

Trending Articles