Skip to content

Commit

Permalink
Merge pull request #36 from DBCG/STU4B#49
Browse files Browse the repository at this point in the history
STU4B#49: added text // null
  • Loading branch information
Jason Evans authored Jun 4, 2019
2 parents 2ebbe7a + 403732a commit 84c6db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/09-b-cqlreference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4376,7 +4376,7 @@ The following examples illustrate the behavior of the [.kw]#distinct# operator:
[source,cql]
----
define Distinct: distinct { 1, 3, 3, 5, 5 } // { 1, 3, 5 }
define DistinctIsNull: distinct null
define DistinctIsNull: distinct null // null
----

[[equal-2]]
Expand Down

0 comments on commit 84c6db1

Please sign in to comment.