The data type of the column is decimal(9,2). I wanted an empty cell to be displayed when the output is NULL.
COALESCE(column, '') would display empty cell, shouldn't data type conversion be required.
Howe
COALESCE(column, '') would display empty cell, shouldn't data type conversion be required.
Howe