?? text.sql
字號(hào):
-- *************testing built-in type text ****************SELECT 'this is a text string'::text = 'this is a text string'::text AS true;SELECT 'this is a text string'::text = 'this is a text strin'::text AS false;CREATE TABLE TEXT_TBL (f1 text);INSERT INTO TEXT_TBL VALUES ('doh!');INSERT INTO TEXT_TBL VALUES ('hi de ho neighbor');SELECT '' AS two, * FROM TEXT_TBL;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -