sql - Why is this happening? all NULL values not collapsing in MySQL query -


desc of mytable

im running query

select count(*), clearing   mytable  clearingdoc = ''  group clearing; 

and following result. null values not collapsing. why? possible explanation , possible solution.

result: result of query

i ran query in terminal (last time on toad) gave better picture.

output


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -