Quantcast
Viewing all articles
Browse latest Browse all 20

Database independent Django queries: COALESCE vs. NVL, IFNULL, ISNULL

Most of the time, it is not necessary to write raw SQL from Django. However, there are cases where it can’t be avoided. One common pattern in SQL that always comes up is to check two fields and get the value of the first non-NULL field. In Oracle I’ve used NVL and in MySQL I’ve [...]

Viewing all articles
Browse latest Browse all 20

Trending Articles