提交 06684596 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 76ef88ee
......@@ -28,8 +28,8 @@ Scan for viruses
Upload to SourceForge
svn commit
svn copy: /svn/trunk /svn/tags/version-1.1.x; Version 1.1.x (yyyy-mm-dd)
Newsletter: prepare (always to BCC!!)
Upload to h2database.com, http://code.google.com/p/h2database/downloads/list
Newsletter: prepare (always to BCC!!)
Newsletter: send (always to BCC!!)
Remove Contacts in GMail
Add to freshmeat
......
--- special grammar and test cases ---------------------------------------------------------------------------------------------
create table test(id identity);
> ok
select 1 from test a where 1 in(select 1 from test b where b.id in(select 1 from test c where c.id=a.id));
> rows: 0
drop table test;
> ok
select @n := case when x = 1 then 1 else @n * x end f from system_range(1, 4);
> F
> --
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论