hi,
i am executing a query in php.
the query returns a result set which may contain NULL for some of the columns
i want to display this result set as a table.
when a column has null value i want to display it as 0
here i am not allowed to use any conditional statement.
so is there any built in function either in php or mysql that solves my problem
thanks for any help
i am executing a query in php.
the query returns a result set which may contain NULL for some of the columns
i want to display this result set as a table.
when a column has null value i want to display it as 0
here i am not allowed to use any conditional statement.
so is there any built in function either in php or mysql that solves my problem
thanks for any help
Comment