Răsfoiți Sursa

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 2 ani în urmă
părinte
comite
d04c0f7976
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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]