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

c - Compilation of a code: unkown type name string -

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

Php operator `break` doesn't stop while -