By default Mysql queries are case insensitive.If we want to make it case sensitive then syntax will be
SELECT * FROM table WHERE BINARY column = ‘value’
We just need to add keyword Binary.
By default Mysql queries are case insensitive.If we want to make it case sensitive then syntax will be
shabas.Good work
thx dude.