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 fieldname, fieldname2
From [Table Name]
Where asc(right(fieldname,1)) between 65 and 122 OR
asc(mid(fieldname),5,1) between 65 and 122
Select fieldname, fieldname2
From [Table Name]
Where fieldname Like "????[A-Z]*" OR fieldname Like "*[A-Z]"