Hi Experts,
We need to fetch data from a custom table ABC based on a particular format that is available in field
Example, we have a filed Description in ABC. We need to fetch records only when Description field contains data in format p.nnnnn/nnn-nnn/nnn. Example the 'n' can be any numbers. Like: p.11111/111-111/111 or p.22222/222-222/222.
The total numbers after p. is 5 and after that / and then 3 numbers and then - and then again 3 number and then / and then 3 numbers.
The format is fixed.
Is there any way to fetch records based on this.
Thanks in Advance,
Bommi