Opened 5 years ago

Closed 5 years ago

#1979 closed defect (fixed)

allow specifying empty null values

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 9.8
Component: qlparser Version: 9.7
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

Sometimes we need to clear the null values of an intermediate result, however the null values parser doesn't allow specifying null values [].

For example in the following query we want to clear the null values of expression not(m > 0 and m < 2):

-999 * (not(m > 0 and m < 2) null values [])

Change History (1)

comment:1 by Dimitar Misev, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.