Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT VAL(CHRTRAN(Code,CHRTRAN(Code,'1234567890',''),'')) as ID FROM Yourtable
SELECT VAL(SUBSTR(CODE,3,255)) as ID from YourTable
SELECT Code, VAL(SUBSTR(CODE,3,255)) as ID1, VAL(CHRTRAN(Code,CHRTRAN(Code,'1234567890',''),'')) as ID2 FROM Yourtable INTO CURSOR TEST
Browse For Id1<>Id2
I want to extract it and generate the index on it.