mardi 26 juillet 2016

SQL Server queries case sensitivity

I have this database:

abcDEF

ABCdef

abcdef

if I write: select * from MyTbl where A='ABCdef'

how to get: ABCdef

and how to get:

abcDEF

    ABCdef

    abcdef

Thanks in advance

forgot to write - sqlCE

Aucun commentaire:

Enregistrer un commentaire