oceanbase

Форк
0
/r
/
bug233498_rename_table_jianming.result 
94 строки · 1.4 Кб
1
drop table if exists t1;
2
create table t1(c1 int primary key, c2 int);
3
insert into t1 values(1,1),(2,2),(3,3);
4
select * from t1 as t2 where c1=1;
5
c1	c2
6
1	1
7
select * from t1 as t2 where c1=1;
8
c1	c2
9
1	1
10
select * from t1 as t2 where c1=1;
11
c1	c2
12
1	1
13
select * from t1 as t2 where c1=1;
14
c1	c2
15
1	1
16
select * from t1 as t2 where c1=1;
17
c1	c2
18
1	1
19
select * from t1 as t2 where c1=1;
20
c1	c2
21
1	1
22
select * from t1 as t2 where c1=1;
23
c1	c2
24
1	1
25
select * from t1 as t2 where c1=1;
26
c1	c2
27
1	1
28
select * from t1 as t2 where c1=1;
29
c1	c2
30
1	1
31
select * from t1 as t2 where c1=1;
32
c1	c2
33
1	1
34
select * from t1 as t2 where c1=1;
35
c1	c2
36
1	1
37
select * from t1 as t2 where c1=1;
38
c1	c2
39
1	1
40
select * from t1 as t2 where c1=1;
41
c1	c2
42
1	1
43
select * from t1 as t2 where c1=1;
44
c1	c2
45
1	1
46
select * from t1 as t2 where c1=1;
47
c1	c2
48
1	1
49
select * from t1 as t2 where c1=1;
50
c1	c2
51
1	1
52
select * from t1 as t2 where c1=1;
53
c1	c2
54
1	1
55
select * from t1 as t2 where c1=1;
56
c1	c2
57
1	1
58
select * from t1 as t2 where c1=1;
59
c1	c2
60
1	1
61
select * from t1 as t2 where c1=1;
62
c1	c2
63
1	1
64
select * from t1 as t2 where c1=1;
65
c1	c2
66
1	1
67
select * from t1 as t2 where c1=1;
68
c1	c2
69
1	1
70
select * from t1 as t2 where c1=1;
71
c1	c2
72
1	1
73
select * from t1 as t2 where c1=1;
74
c1	c2
75
1	1
76
select * from t1 as t2 where c1=1;
77
c1	c2
78
1	1
79
select * from t1 as t2 where c1=1;
80
c1	c2
81
1	1
82
select * from t1 as t2 where c1=1;
83
c1	c2
84
1	1
85
select * from t1 as t2 where c1=1;
86
c1	c2
87
1	1
88
select * from t1 as t2 where c1=1;
89
c1	c2
90
1	1
91
select * from t1 as t2 where c1=1;
92
c1	c2
93
1	1
94
drop table t1;
95

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.