提交 64a72cc8 authored 作者: Noel Grandin's avatar Noel Grandin

fix fallout from PR "Added BITGET function #397"

上级 2bdc3556
...@@ -3057,9 +3057,9 @@ select min(8=bitand(12, PARSE_INT2(SUBSTRING(random_uuid(), 20,1), 16))) from sy ...@@ -3057,9 +3057,9 @@ select min(8=bitand(12, PARSE_INT2(SUBSTRING(random_uuid(), 20,1), 16))) from sy
select BITGET(x, 0) AS IS_SET from system_range(1, 2); select BITGET(x, 0) AS IS_SET from system_range(1, 2);
> IS_SET > IS_SET
> --------------------------------------------------------------------------- > ------
> TRUE
> FALSE > FALSE
> TRUE
> rows: 2 > rows: 2
drop alias PARSE_INT2; drop alias PARSE_INT2;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论