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

Re: how to find invoices having a particular string in item description

$
0
0

Hi,

     You can use Like function to do that , for example

 

select a.DocDate,a.DocNum,b.ItemCode,b.Dscription,a.DocTotal

 

 

from oinv a inner join inv1 b on a.docentry=b.docentry

 

 

where b.Dscription like '%b%'

 

 

 

Regards,

Manish


Viewing all articles
Browse latest Browse all 8798

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>