truncate test made independed from environment
This commit is contained in:
parent
5ec7991dbb
commit
76aff6352f
@ -1,3 +1,4 @@
|
||||
drop table if exists t1;
|
||||
create table t1 (a integer, b integer,c1 CHAR(10));
|
||||
insert into t1 (a) values (1),(2);
|
||||
truncate table t1;
|
||||
|
@ -1,6 +1,7 @@
|
||||
#
|
||||
# Test of truncate
|
||||
#
|
||||
drop table if exists t1;
|
||||
create table t1 (a integer, b integer,c1 CHAR(10));
|
||||
insert into t1 (a) values (1),(2);
|
||||
truncate table t1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user