搜索资源列表
mysql官方中文帮助文档
- mysql的中文帮助文档,官方的 很有用的帮助,其中包括了大量的使用信息 和mysql的api接口 都有函数的功能介绍 加紧下载吧! 很难得哦!-mysql help documentation, the official invaluable help, including a large number of the use of information and the mysql api interface of functionality has introduced intensify
MySQL
- MySQL中文参考手册,详细介绍了MySQL的使用方法和函数这些方面的问题
hierarchyid
- 使用SQL Server 2008中的hierarchyid类型来设计具有树型层次关系的表 本文主要讲述三个内容: 1.如何创建hierarychyid的表,插入数据及基本递归查询。 2.介绍hierarchyid的10种专有函数。 3.介绍hierarchyid特有的深度优先索引(Depth-First Indexing)和广度优先索引(Breadth-First Indexing)-sql report and exl
MySQL-String-Functions-Details
- MySQL中字符串函数详细介绍 如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的位置的运算叫做模式匹配。串的两种最基本的存储方式是顺序存储方式和链接存储方式。-MySQL string functions in detail, such as: in the string to find a substring, to strike a subst
mysql
- mysql 最常用的函数,最基本的命令介绍-mysql the most commonly used functions, the basic commands introduced
python-mysqlt
- python跟mysql数据库相连的算法介绍。介绍了python调用mysql的函数实现。-python-connect-mysql written by myself.