Hello, In a database I put a kind of code(column1) and a category(column2). When the query is
select * where column1 and column2 = ‘white’
I recieve as answer the records where a code excists in column1 wich are matching with white.
Odd is that it shows only codes wich starts with 0-9 and not starts with A-Z although they are white too.
How can I avoid this?
regards