⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1.out

📁 《嵌入式Linux应用开发详解》中的源代码
💻 OUT
字号:
Welcome to the miniSQL monitor.  Type \h for help.mSQL >     ->     ->     ->     ->     ->     ->     ->     -> Query buffer------------create table staff (	first_name	char(10),	last_name	char(10),	dept		char(10),	staff_id	int,	height		real)[continue]    -> Query OK.  1 row(s) modified or retrieved.mSQL >     ->     ->     ->     ->     ->     ->     ->     -> Query buffer------------create table contact (	staff_id	int not null,	phone		char(15),	address		text(20))[continue]    -> Query OK.  1 row(s) modified or retrieved.mSQL >     ->     ->     ->     ->     ->     ->     ->     -> Query buffer------------create table pay (	staff_id	int,	pay_date	date,	pay_time	time,	pay_amount	money)[continue]    -> Query OK.  1 row(s) modified or retrieved.mSQL >     ->     ->     ->     ->     ->     ->     -> Query buffer------------create table users (	staff_id	int,	uname		char(15))[continue]    -> Query OK.  1 row(s) modified or retrieved.mSQL >     ->     ->     ->     ->     ->     -> Query buffer------------create table staff (	staff_id	int)[continue]    -> ERROR : Table "staff" existsmSQL >     ->     ->     ->     ->     ->     ->     -> Query buffer------------create table fail (	staff_id	int,	staff_id	int)[continue]    -> ERROR : Duplicate field name 'staff_id'mSQL >     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->     -> Query buffer------------create table fail ( 	f1 int, f2 int, f3 int, f4 int, f5 int, 	f6 int, f7 int, f8 int, f9 int, f10 int,	f11 int, f12 int, f13 int, f14 int, f15 int,	f16 int, f17 int, f18 int, f19 int, f20 int,	f21 int, f22 int, f23 int, f24 int, f25 int,	f26 int, f27 int, f28 int, f29 int, f30 int,	f31 int, f32 int, f33 int, f34 int, f35 int,	f36 int, f37 int, f38 int, f39 int, f40 int,	f41 int, f42 int, f43 int, f44 int, f45 int,	f46 int, f47 int, f48 int, f49 int, f50 int,	f51 int, f52 int, f53 int, f54 int, f55 int,	f56 int, f57 int, f58 int, f59 int, f60 int,	f61 int, f62 int, f63 int, f64 int, f65 int,	f66 int, f67 int, f68 int, f69 int, f70 int,	f71 int, f72 int, f73 int, f74 int, f75 int,	f76 int, f77 int, f78 int, f79 int, f80 int,	f81 int, f82 int, f83 int, f84 int, f85 int,	f86 int, f87 int, f88 int, f89 int, f90 int)[continue]    -> ERROR : Too many fields in table (75 Max)mSQL >     -> Bye!

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -