當前位置:首頁 » 操作系統 » 資料庫查表頭

資料庫查表頭

發布時間: 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」圖標。

熱點內容
手機編程藍牙 發布:2024-11-27 17:55:39 瀏覽:385
創維雲電視怎麼升級安卓系統 發布:2024-11-27 17:55:31 瀏覽:354
theisle游戲伺服器搭建 發布:2024-11-27 17:47:43 瀏覽:210
xshell解壓 發布:2024-11-27 17:35:14 瀏覽:359
ftp伺服器管理方法 發布:2024-11-27 17:24:48 瀏覽:975
微信視頻為什麼要緩存 發布:2024-11-27 17:18:18 瀏覽:250
招生宣傳片腳本 發布:2024-11-27 17:18:07 瀏覽:301
騰訊視頻上傳官網 發布:2024-11-27 17:06:53 瀏覽:390
python假死 發布:2024-11-27 17:06:07 瀏覽:941
c語言plc 發布:2024-11-27 17:00:11 瀏覽:678