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

数据库查表头

发布时间: 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”图标。

热点内容
搭建一个20人游戏服务器 发布:2024-11-27 19:31:10 浏览:229
vs2010mfc编程入门 发布:2024-11-27 19:31:00 浏览:359
和编码编程 发布:2024-11-27 19:24:04 浏览:608
智慧城市数据库 发布:2024-11-27 19:23:56 浏览:193
e络通的密码格式是什么 发布:2024-11-27 19:07:36 浏览:189
微博能看到访问记录吗 发布:2024-11-27 19:05:37 浏览:657
安卓主屏幕固定在哪里 发布:2024-11-27 19:02:50 浏览:297
安卓手机软件怎么用数据线连接 发布:2024-11-27 18:48:11 浏览:253
刀剑乱舞挂机脚本 发布:2024-11-27 18:37:56 浏览:505
截取字符串java 发布:2024-11-27 18:34:09 浏览:332