摘要: MySQL查询 一、基本查询数据 1、全表查询 select * from 数据库名称; #全表查询 // #进入employees数据库 mysql> use employees; Database changed // #查看其中的所有表格 mysql> show tables; + + | T 阅读全文
posted @ 2022-03-07 20:25 无耿 阅读(353) 评论(0) 推荐(0) 编辑