MySQL - SHOW TABLES

Jmnote (토론 | 기여)님의 2016년 4월 13일 (수) 19:27 판 (Jmnote 사용자가 MySQL SHOW TABLES 문서를 MySQL 테이블 목록 조회 SHOW TABLES 문서로 옮겼습니다)

1 개요

MySQL SHOW TABLES
  • 테이블 목록을 출력하는 MySQL 쿼리문
mysql> SHOW TABLES;
+-----------------------+
| Tables_in_pizza_store |
+-----------------------+
| crust_sizes           | 
| crust_types           | 
| customers             | 
| orders                | 
| pizza_toppings        | 
| pizzas                | 
| toppings              | 
+-----------------------+
7 rows in set (0.00 sec)

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}