提交 40c439f9 编写于 作者: O Olga Revyakina

Fixes

上级 eae4a4aa
......@@ -441,8 +441,6 @@ Sign for the zero value:
SELECT sign(0);
```
Result:
``` text
┌─sign(0)─┐
│ 0 │
......@@ -455,8 +453,6 @@ Sign for the positive value:
SELECT sign(1);
```
Result:
``` text
┌─sign(1)─┐
│ 1 │
......@@ -469,8 +465,6 @@ Sign for the negative value:
SELECT sign(-1);
```
Result:
``` text
┌─sign(-1)─┐
│ -1 │
......
......@@ -433,8 +433,6 @@ sign(x)
SELECT sign(0);
```
Результат:
``` text
┌─sign(0)─┐
│ 0 │
......@@ -447,8 +445,6 @@ SELECT sign(0);
SELECT sign(1);
```
Результат:
``` text
┌─sign(1)─┐
│ 1 │
......@@ -461,8 +457,6 @@ SELECT sign(1);
SELECT sign(-1);
```
Результат:
``` text
┌─sign(-1)─┐
│ -1 │
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册