martedì 3 maggio 2011

MSAccess test/check vowels for last letter of a field.

Here is the example :


SELECT ClientiFunzioniCustom.[Funzione] FROM FunzioniCustom where
MID(TRIM(FunzioniCustom.[Funzione]),LEN(TRIM(FunzioniCustom.[Funzione])),LEN(TRIM(FunzioniCustom.[Funzione]))+1) Not  in('A','E','I','O','U');

Nessun commento:

Posta un commento