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.
[COLOR=blue]Declare[/color] @Temp [COLOR=blue]VarChar[/color](20)
[COLOR=blue]Set[/color] @Temp = [COLOR=red]'19238asdkj#sokfjsd9f'[/color]
[COLOR=blue]Select[/color] [COLOR=#FF00FF]PatIndex[/color]([COLOR=red]'%[^0-9A-Z]%'[/color], @Temp)
Select PatIndex('%[^0-9A-Z]%', [!]Column[/!])
From [!]Table[/!]