Skip to content

v0.23.2

Compare
Choose a tag to compare
@elliotchance elliotchance released this 31 Jul 17:00
· 57 commits to main since this release
2c4c6f1
F261-04: COALESCE function (#124)

`COALESCE` returns the first value that is not `NULL`. If all values are
`NULL` then `NULL` is also returned.