테이블 컬럼 중 Auto_increment가 적용 된 컬럼이 있을것이다. 이 컬럼의 다음 예정값을 받아오는 Query 예제이다. select Auto_increment from information_schema.tables where table_schema = 'dst_map' and table_name = 'map_data';