瀏覽代碼

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 年之前
父節點
當前提交
d04c0f7976
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]