0

Does anyone know what is the reason of my mysql giving the same results for:

select * from table where column = "xyz"

and

select * from table where column = "xyz "

(but

select * from table where column = " xyz"

not equals to

select * from table where column = "xyz";

Thanks!

Barmar
  • 741,623
  • 53
  • 500
  • 612
v-peter
  • 1
  • 2

0 Answers0