mysql中怎么查看一个表中的数据

2025-03-29 21:13:30
推荐回答(1个)
回答1:

mysql中显示一个表中的数据:
查看所有表
show tables
查看表中内容
select * from table_name