MySQL - SHOW TABLES

Jmnote bot (토론 | 기여)님의 2017년 6월 27일 (화) 11:38 판 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))

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 같이 보기

3 참고

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