I have several two character strings that include numbers like:
01, 02, 03 etc, However, there are others that look like this:
0P, as, JJ, F1, F2, XP, PK, TL, WQ
I am looking to exclude the ones in the second row with a query on redshift using their "not like" syntax. Tried several combinations and can't get it to work. Ideally, I am looking for a way to exclude any two character string that includes an alphabetic character.