terdiri dari dua digit atau huruf Latin

select model, type from product
where model not like '%[^0-9]%' or model not like '%[^a-z]%'
or model not like '%[^A-Z]%'
Zaur Tskhvaradze