SQL语句
摘要:一、SQL 基础知识 1、DDL(数据定义语言) 1)创建数据表 --创建数据表 create table Test( Id int primary key, Age varchar(20) ); --创建数据表 create table T_Person1( Id int primary key,
阅读全文
posted @ 2017-04-04 14:48
posted @ 2017-04-04 14:48
posted @ 2017-04-04 14:23