提交 61c3b9ba authored 作者: Thomas Mueller's avatar Thomas Mueller

Creating a table with column data type NULL now works (even if not very useful).

上级 8bb736e7
create table test(id null);
drop table test;
select select decode(null, null, 'a'); select select decode(null, null, 'a');
> a; > a;
select select decode(1, 1, 'a'); select select decode(1, 1, 'a');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论