代码搜索结果
找到约 10,000 项符合
8 的代码
ut.8
create table soaps(s int, d char(20));
create table soaps1(s int,d char(20));
create table soaps2(s int,d char(20));
create table soaps3(s int,d char(20));
create table soaps4(s int,d char(20));
dest
qu.8
/*
* test 8 tests QU_Delete with indices
*/
/* create the relations and indices */
create table soaps(soapid int, name char(28), network char(4), rating real);
/*
buildindex soaps(name);
buildinde