📄 mysql_notes.txt
字号:
/* LiteSQL - Documentation - Mysql Specific Notes * * By Tero Laitinen * * See LICENSE for copyright information. *//* \file mysql_notes.txt Manual *//** \page mysql_notes MySQL specific notesMySQL - support is experimental. MySQL does not support SQL92 syntaxcompletely. MySQL 4.1 is the first version that supports sub-selects andLiteSQL relies on sub-selects quite heavily in relation code.Also, MySQL 4.1 does not support INTERSECT and EXCEPT - set operations(intersect<T> and except<T> template functions cannot be used then).*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -