码迷,mamicode.com
首页 > 数据库 > 详细

Mysql 基本操作

时间:2016-11-24 08:09:33      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:数据库   tle   tab   基本操作   建表   sig   学校   null   rem   

学校学习的SQL 几年不用又还给老师了,重温一下SQL的基本操作,数据库是Mysql

参考文章:http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html#d10

 

创建表:

create table students
	(
		id int unsigned not null auto_increment primary key,
		title char  not null,
		url varchar not null,
		leve1 char not null, 
leve2 char not null,
);

Mysql 基本操作

标签:数据库   tle   tab   基本操作   建表   sig   学校   null   rem   

原文地址:http://www.cnblogs.com/wzw33874/p/6082117.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!