oceanbase/unittest/sql/engine/test_engine.test
oceanbase-admin cea7de1475 init push
2021-05-31 22:56:52 +08:00

6 lines
146 B
Plaintext

#select * from te1
#select c1 from te1 where c1 = 1
#insert into te1 values (0)
#update te1 set c1 = 1 where c1 = 2
#delete from te1 where c1 = 1