display "null" in empty fields like ""

display "null" in empty fields like ""

Hi !
How to display "null" value in HTML page like a empty word in number and decimal fields
    max_rate = IFNULL(r.max_rate,""); 
don't work > error " oth the argument should be same type for 'IFNULL' task. Expecting 'BIGINT' expression found 'STRING' expression"

Thanks !