📄 jnestore.sql
字号:
create table catalog_items (sku char(25),name char(50),description varchar(200),price float);
insert into catalog_items values ('d01','java bible','A java book published by PS',12.1);
insert into catalog_items values ('d02','vb bible','A vb book published by PS',20);
insert into catalog_items values ('d03','c# bible','A c# book published by PS',18.1);
insert into catalog_items values ('d04','web service bible','A webservice book published by PS',12.1);
insert into catalog_items values ('d05','weblogic bible','A weblogic book published by PS',20);
insert into catalog_items values ('d06','websphere bible','A websphere book published by PS',18.1);
insert into catalog_items values ('d07','JBuilder bible','A JBuilder book published by PS',12.1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -