⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysql_notes.txt

📁 LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provide
💻 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 + -