Using query but it returns a null row? (MySQL) -


i have table number of values. however, when use command:

select id table id <= 2 , id not null 

i following output:

#  id 1  1 2  2 *  null 

however, having null row messes things, use in statement on subquery, evaluates false there comparison null value.

could explain why null value exists, , how rid of it?

thanks!


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -