?? comments.sql
字號(hào):
---- Comments--SELECT 'trailing' AS first; -- trailing single lineSELECT /* embedded single line */ 'embedded' AS second;SELECT /* both embedded and trailing single line */ 'both' AS third; -- trailing single lineSELECT 'before multi-line' AS fourth;/* This is an example of SQL which should not execute: * select 'multi-line'; */SELECT 'after multi-line' AS fifth;/* and this is the end of the file */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -