Files
oceanbase/unittest/sql/engine/test_engine.test
2024-02-06 14:49:36 +00: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