Forum Discussion

4 Replies

  • I did a quick test and indeed this doesn't look correct. You cannot use "greater" or "less than" operators with null.

     

    I'll leave feedback in the docs.

    • edhans's avatar
      edhans
      Community Champion

      Indeed. if 1 > null then true else false just returns an error. 

      I am not sure how that documentation could be correct. 

  • edhans's avatar
    edhans
    Community Champion

    I do not believe so. I think that is telling you what operators work with null, not how values would compare to null using those operators.

    I have a copy of the 2016 specifications in a PDF file and that same table is there.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you for reply, but what is the use case of implement operator to a null value...?