1.
table status 조회 쿼리
show table status
from test_2020
where name = 'table_name'
// test_2020 = db명, schema
// table_name = table명
해당 쿼리를 실행했을때 나오는 항목중 Auto_increment 가 row추가시 부여되는 번호이다.
참고사이트
www.mysqlkorea.com/sub.html?mcode=manual&scode=01&m_no=21660&cat1=13&cat2=383&cat3=417&lang=k
'개발' 카테고리의 다른 글
HTML | image map area 클릭시 선 없애기 (0) | 2020.12.13 |
---|---|
한국방송통신대학교 | 컴퓨터과학과 졸업논문 - 정광식 교수님 (0) | 2020.12.11 |
mysql | unix_timestamp null 오류 (0) | 2020.10.21 |
notion | 노티콘 페이지 : 노션 이모티콘 모음 (2) | 2020.10.21 |
eclipse tip | 띄어쓰기 표시 (0) | 2020.10.19 |