Subject | Partial String Match |
---|---|
Author | Venus Software Operations |
Post date | 2010-02-16T06:36:28Z |
Hi all
In one of my queries in the WHERE I had to put in the following to
filter correctly
AND tSI.cDocType NOT IN ('PROFORMA', 'PROFORMASECSALE')
I was hoping to write something like
AND tSI.cDocType <> 'PROFORMA%'
but this would include both the types of records, not sure what I need
to do to do a partial match.
Please advise
Thanks and regards
Bhavbhuti
In one of my queries in the WHERE I had to put in the following to
filter correctly
AND tSI.cDocType NOT IN ('PROFORMA', 'PROFORMASECSALE')
I was hoping to write something like
AND tSI.cDocType <> 'PROFORMA%'
but this would include both the types of records, not sure what I need
to do to do a partial match.
Please advise
Thanks and regards
Bhavbhuti