库、表创建

create database 库名 --创建库

use 库名 --转到库

create table 表名(列名 数据类型,列名 数据类型)--创建表

select * from 表名

。。。。

 

posted @ 2018-04-10 22:21  newRohLzy  阅读(97)  评论(0编辑  收藏  举报