Hi,
I have need to filter the data in my table based on a field where the length is 6 and the last two characters are text.
For example if I have the following data as below in my column my query should pick only 1001AG and 100AAG
100103 - last two characters are number
10002A - second last characters is a number
10003 - lenght is not 6 and last two characters are number.
1001AG - should be picked..lenght is 6 and last two characters are text
100AAG - should be picked..lenght is 6 and last two characters are text
021BV - length is not 6
Is this possible to do so?
Appreciate ant help.
Thanks
-E
I have need to filter the data in my table based on a field where the length is 6 and the last two characters are text.
For example if I have the following data as below in my column my query should pick only 1001AG and 100AAG
100103 - last two characters are number
10002A - second last characters is a number
10003 - lenght is not 6 and last two characters are number.
1001AG - should be picked..lenght is 6 and last two characters are text
100AAG - should be picked..lenght is 6 and last two characters are text
021BV - length is not 6
Is this possible to do so?
Appreciate ant help.
Thanks
-E