I'm doing a query, but I did not want it to return NULL.
What I have is this:
select ifnull(sum(job_withdraw_qty),0) as total,
(
select IFNULL(sum(job_withdraw_qty),0)
from job_positions
where DATE_FORMAT(job_positions.created_...
asked by
14.11.2016 / 19:01