?? schema.sql
字號:
## create a simple cardfile file# just in case it already exists, drop the table. If it doesn't# exist, this will produce an error...#drop table cardfile\gcreate table cardfile (name char(20), address char(35), city char(20), state char(2), zip char(11), country char(25), phone char(20), id int) \g CREATE UNIQUE INDEX ix_id ON cardfile (id)\g
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -