当前位置:Gxlcms > 数据库问题 > MySQL系列:数据表基本操作

MySQL系列:数据表基本操作

时间:2021-07-01 10:21:17 帮助过:3人阅读

1. 指定数据库

mysql> use portal;

2. 数据库表基本操作

2.1 查看数据表

mysql> show tables;

 

MySQL系列:数据表基本操作

标签:portal   操作   sql   blog   pre   use   mysq   div   code   

人气教程排行