Hi people. Can anyone tell me what 0=0 means in sql?
like so:
$query = "select count(link_id) as count from link where 0!=0";
context?
seems weird, seems like toy are saying
select count(link_id) as count from link where FALSE
why?