当前位置:首页 » 操作系统 » 数据库查表头

数据库查表头

发布时间: 2024-04-15 13:44:18

① mysql镆ユ垒涓涓鏁版嵁搴扑腑镓链夌壒瀹氩墠缂镄勮〃

php 涓崭细銆

mysql 閲岄溃锛 镆ヨ 琛ㄧ殑淇℃伅锛 鎴戝掓槸浼氱殑銆

鏄浠 information_schema.tables 杩欓噷镆ヨ㈢殑銆

涓嬮溃鏄涓涓渚嫔瓙锛

mysql> SELECT table_name, table_type, engine
-> FROM information_schema.tables
-> WHERE table_schema = 'test'
-> ORDER BY table_name DESC;
-> //
+--------------------+------------+--------+
| table_name | table_type | engine |
+--------------------+------------+--------+
| v_sale_report_x | VIEW | NULL |
| v_sale_report | VIEW | NULL |
| union_tab_2 | BASE TABLE | InnoDB |
| union_tab_1 | BASE TABLE | InnoDB |
| test_trigger_table | BASE TABLE | InnoDB |
| test_tab2 | BASE TABLE | InnoDB |
| test_tab | BASE TABLE | InnoDB |
| test_main | BASE TABLE | InnoDB |
| test_dysql | BASE TABLE | InnoDB |
| test_create_tab4 | BASE TABLE | InnoDB |
| test_create_tab2 | BASE TABLE | InnoDB |
| test_create_tab1 | BASE TABLE | InnoDB |
| test_create_tab | BASE TABLE | InnoDB |
| sale_report | BASE TABLE | InnoDB |
| log_table | BASE TABLE | InnoDB |
+--------------------+------------+--------+
15 rows in set (0.02 sec)

② mysql 如何使用sql查询某一个表的表头

工具/材料:Management Studio。

1、首先在桌面上,点击“Management Studio”图标。

热点内容
马自达编程 发布:2025-01-17 14:21:41 浏览:492
android语音demo 发布:2025-01-17 14:19:25 浏览:700
点歌机怎么选切换安卓系统 发布:2025-01-17 14:05:33 浏览:720
java压缩与解压缩 发布:2025-01-17 14:03:24 浏览:926
python代码保护 发布:2025-01-17 14:02:22 浏览:324
王者荣耀电脑如何改战区安卓 发布:2025-01-17 13:23:18 浏览:815
华为手机如何开启说出密码 发布:2025-01-17 13:23:12 浏览:102
服务器在美国说明什么 发布:2025-01-17 13:14:10 浏览:12
启辰t90有哪些配置 发布:2025-01-17 13:05:40 浏览:39
手机微博密码怎么改密码忘了怎么办 发布:2025-01-17 13:04:44 浏览:960