Hi,
I need to use fipex field (char 24) in the where clause of my select.
The requirement is to select only rows whose their value in fipex field is in length of 9 characters, starts with '1', contains '0' in the 2nd and 3rd positions, contains digit between 1-9 in the 4th position, and contains any digit in rest five positions.
For example, proper values are 100100000, 100999999, 100345678 and so on.
Values that not fulfill the condition are 900123456, 101000000, 110000000.
I tried to do this with the LIKE statement, but I succeeded only to verify the length and the begging with '1'.
I would like to ask for your help.
Best regards,
Ednri