I wanna make database which has table contains username and password.
and I want to make username primary key , to prevent duplication.
when I tried to make that , For Example :
1-Admin 2-admin 3-AdMiN 4-ADMIN 5-ADMin etc ..
all these usernames aren't considered as duplicated.
how can I make these cases are considered as duplication ?
Thanks in advance