use table;

//选择某个表

 

show tables;

//展现有几个表

 

select * from table;

//显示表内容

相关文章: