- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Are there nulls in the cols? Maybe try wrapping each with coalesce(), e.g. coalesce(failed, 0).
Thanks,
-Jon
Hi,
Are there nulls in the cols? Maybe try wrapping each with coalesce(), e.g. coalesce(failed, 0).
Thanks,
-Jon