Here's a sample result from the following statement: select dept, sum(cost) from dept group by dept;
dept sum(cost) ---- -------- null 1000 200 20 300 100 Is there a way I can rename the null value to some other value? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
