mysql - Can't query old rows in column after changing type from BINARY to VARCHAR -



mysql - Can't query old rows in column after changing type from BINARY to VARCHAR -

i changed info type on column varchar binary varchar again. returns no results on column old rows, still returns results on new rows. returned results rows before. why happen?

query example:

select * table column = :column

mysql sql pdo

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -