Skip to content
#

etl

Here are 1,704 public repositories matching this topic...

jods4
jods4 commented Oct 18, 2021

This is not a bug, everything works fine. It's a small SQL codegen improvement.

linq2db uses nvl to translate ??, which is nice because it's shorter than SQL standard coalesce.

The trick with nvl is that it only accepts 2 parameters, whereas coalesce accepts many.

In our codebase, we have a query that computes an error message based on a list of checks, it looks like this:
![im

Improve this page

Add a description, image, and links to the etl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the etl topic, visit your repo's landing page and select "manage topics."

Learn more