M
Matthew Pfluger
I have an unusual situation. I want to write a SQL Criteria statement that
filters out all textual records that contain a "*". That is, many records
look like this:
Alpha Name
**DO NOT USE!!!**
**DO NOT USE!!!**
Joe's Plumbing
I want to filter out all records that contain an asterisk. How can I do
this? Should I not use the LIKE operator?
Thanks,
Matthew Pfluger
filters out all textual records that contain a "*". That is, many records
look like this:
Alpha Name
**DO NOT USE!!!**
**DO NOT USE!!!**
Joe's Plumbing
I want to filter out all records that contain an asterisk. How can I do
this? Should I not use the LIKE operator?
Thanks,
Matthew Pfluger