"MySQL - SHOW TABLES"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
27번째 줄: 27번째 줄:
*[[SHOW TABLES]]
*[[SHOW TABLES]]


==참고 자료==
==참고==
* http://dev.mysql.com/doc/refman/5.7/en/show-tables.html
* http://dev.mysql.com/doc/refman/5.7/en/show-tables.html


[[분류: MySQL]]
[[분류: MySQL]]

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 }}