📄 inssimple
字号:
## Transactions are unsupported by MySQL - so for insertion of# 8192 rows, 1 INSERT per Xaction, we returned "Transactions unsupported"#if ( $TestDBMS =~ /^mysql/ && $XACTBLOCK eq '' ){ print STDERR " No_Xact\n"; return;}`> .sqlf`; # clean file## PgSQL specific: if all queries from inssimple.data must be executed in# single xaction ($XACTBLOCK ne '') then add BEGIN/END arround queries#`echo "BEGIN;" >> .sqlf` if ( $TestDBMS =~ /^pgsql/ && $XACTBLOCK ne '' );`cat sqls/inssimple.data >> .sqlf`;# PgSQL (see above)`echo "END;" >> .sqlf` if ( $TestDBMS =~ /^pgsql/ && $XACTBLOCK ne '' );# Ok - run queries`time $FrontEnd < .sqlf`;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -