mysql_notes.txt
来自「LiteSQL is a C++ library that integrates」· 文本 代码 · 共 20 行
TXT
20 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?