Hello,
I am pulling data through an ODBC, and am returning nulls with the below statement. How can I edit this SQL code so that if it returns a null, it converts it into a zero? I know I can use data cleansing, but it may slow down my process and wanted to have it written in the SQL code.
Sum(P.COGSAmount) as CostOfGoodsSold,
Thank you!