anyone know how this is done? i can do it with numbers, but would like to do it with the A, B, C etc...
even = select * FROM Table WHERE field LIKE '%a' doesnt work
I tihnk it should be: select * FROM Table WHERE field LIKE 'a%'