Ver Fonte

Fix response for IS NULL (#98671)

The response shown for IS NULL here is actually the response for the IS NOT NULL snippet. This PR fixes that.
Abdon Pijpelink há 2 anos atrás
pai
commit
d04c0f7976
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/reference/esql/esql-syntax.asciidoc

+ 1 - 1
docs/reference/esql/esql-syntax.asciidoc

@@ -126,7 +126,7 @@ include::{esql-specs}/null.csv-spec[tag=is-null]
 ----
 [%header.monospaced.styled,format=dsv,separator=|]
 |===
-include::{esql-specs}/null.csv-spec[tag=is-not-null-result]
+include::{esql-specs}/null.csv-spec[tag=is-null-result]
 |===
 
 [source.merge.styled,esql]