📄 rllmodule2.sql
字号:
-- Test whether the RllRAMAccessmanager is working right. The property file-- for this test sets the lock level to table so make sure we get a table lock.-- level locking). run resource 'LockTableQuery.subsql';autocommit off;create table heap_only (a int);commit;---------------------------------------------------------------------------------- Test insert into empty heap, should just get table lock --------------------------------------------------------------------------------insert into heap_only values (1);select * from lock_table order by tabname, type desc, mode, cnt, lockname;commit;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -