blob: b645b86e72f2d92e613c54c2895bc40b29a9ec11 [file] [log] [blame]
if not (coalesce(1,0) between 3 and 5) then
print 'correct';
else
print 'failed';
end if;