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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -