sql - LIKE and NOT LIKE in MySQL do not match total number of rows -


for example, have 100 row table varchar column.

i run these queries:

select count(*) mytable mytext '%hello%' select count(*) mytable mytext not '%hello%' 

i not getting total count of 100. not picking of rows reason. why happening?

check null values, neither like nor not like count these.


Comments

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -