ruilog
Notebook
Blog
About
Content Explore
OReilly - SQL Cookbook - 数据库用例代码(PostgreSQL)
Published : 2008-11-12
Categories :
Cookbook
Tags :
SQL
Cookbook
OReilly
Structure
Case
Data
--
-- PostgreSQL 8.*
--
SET client_encoding = 'UTF8';
--
-- table emp
--
CREATE TABLE
emp (
EMPNO bi...
OReilly - SQL Cookbook - 数据库用例代码(MySQL)
Published : 2008-11-11
Categories :
Cookbook
Tags :
SQL
Cookbook
OReilly
Structure
Case
Data
--
-- MySQL 5.0.*
--
-- Table structure for table emp
--
CREATE TABLE IF NOT EXISTS emp (
EMPNO int(...
1
Categories
All
Database and Storage
NoSQL
Storage
Graph
SQL
Research and Development
Algorithms
Machine Learning
NLP
Intelligent Transport System
Information Retrieval
Coding
Big data
Message Queue
Security
Tips
Network
Design
OS
Archives
Others
Hardware
Web Design
Software
Web Develop