SQLite 教程

SQLite 教程

SQLite 是一个软件库,实现了自给自足的、无服务器的、零配置的、事务性的 SQL 数据库引擎。SQLite 是在世界上最广泛部署的 SQL 数据库引擎。SQLite 源代码不受版权限制。

本教程将告诉您如何使用 SQLite 编程,并让你迅速上手。

现在开始学习 SQLite!

SQLite 教程

SQLite 教程

SQLite 简介

SQLite 安装

SQLite 命令

SQLite 语法

SQLite 数据类型

SQLite 创建数据库

SQLite 附加数据库

SQLite 分离数据库

SQLite 创建表

SQLite 删除表

SQLite Insert 语句

SQLite Select 语句

SQLite 运算符

SQLite 表达式

SQLite Where 子句

SQLite AND/OR 运算符

SQLite Update 语句

SQLite Delete 语句

SQLite Like 子句

SQLite Glob 子句

SQLite Limit 子句

SQLite Order By

SQLite Group By

SQLite Having 子句

SQLite Distinct 关键字

SQLite 高级教程

SQLite PRAGMA

SQLite 约束

SQLite Joins

SQLite Unions 子句

SQLite NULL 值

SQLite 别名

SQLite 触发器

SQLite 索引

SQLite Indexed By

SQLite Alter 命令

SQLite Truncate Table

SQLite 视图

SQLite 事务

SQLite 子查询

SQLite Autoincrement

SQLite 注入

SQLite Explain

SQLite Vacuum

SQLite 日期 & 时间

SQLite 常用函数

SQLite 接口

SQLite - C/C++

SQLite - Java

SQLite - PHP

SQLite - Perl

SQLite - Python


你可能感兴趣的:(SQLite 教程)