?? 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 + -