Hello everyone, I have a short question. In oracle is the NVL function which allows obtaining a specific value instead of NULL as a result. Is there a similar function in dremio?
Thank you very much in advance!
Hello everyone, I have a short question. In oracle is the NVL function which allows obtaining a specific value instead of NULL as a result. Is there a similar function in dremio?
Thank you very much in advance!
yuo can use NVL or COALESCE
you just read the docs: https://docs.dremio.com/sql-reference/sql-functions/conditional.html#coalesce