2017年8月17日

My-SQL

摘要: 1.查询库 show databases;2.使用库 use 库名;3.查看所有表 show tables; 创建表 create table 表名 4.查看某一表所有内容 select * from 表名; 显示指定内容 select 列名1,列名2... from 表名 where 条件;sel 阅读全文

posted @ 2017-08-17 14:29 唐浩199 阅读(270) 评论(0) 推荐(0)

导航