Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

consisting either of digits only or Latin letters

select model, type from product
where model not like '%[^0-9]%' or model not like '%[^a-z]%'
or model not like '%[^A-Z]%'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #consisting #digits #Latin #letters
ADD COMMENT
Topic
Name
2+9 =