📄 unlimited.sql
字号:
-- This tests whether we are prevented from creating more than 15 tables-- in the standard (unlimited) version of the product.--create table t1 (x int);create table t2 (x int);create table t3 (x int);create table t4 (x int);create table t5 (x int);create table t6 (x int);create table t7 (x int);create table t8 (x int);create table t9 (x int);create table t10 (x int);create table t11 (x int);create table t12 (x int);create table t13 (x int);create table t14 (x int);create table t15 (x int);create table t16 (x int);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -