SELECT a+b+c (query is much much larger)
...sometimes "a" is null and it makes the whole result null even when b and c have value. Is there a function to add and ignore nulls? If I wrap each terms in nvl the query gets too long for command line use.
UPDATE table1 SET col_name1=NVL(col_name1,0)
UPDATE table1 SET col_name2=NVL(col_name2,0)
...
Return to DBF Commander Professional
Users browsing this forum: No registered users and 13 guests