derby database source code.good for you.

源代码在线查看: temprestrictions.sql

软件大小: 8803 K
上传用户: tfwangxy
关键词: database source derby code
下载地址: 免注册下载 普通下载 VIP

相关代码

				-- Tests for temporary restrictions in the language								-- create a table				create table t1(c1 int);								-- No aggregates in the where clause				-- (Someday will will allow correlated aggregates ...)				select c1 from t1 where max(c1) = 1;								-- drop the table				drop table t1;							

相关资源