test 테이블 작성
페이지 정보
작성자 관리자 작성일 21-07-15 19:50 조회 474 댓글 0본문
create table test (
num int primary key,
name varchar(10)
);
추천0
댓글목록 0
등록된 댓글이 없습니다.
create table test (
num int primary key,
name varchar(10)
);
등록된 댓글이 없습니다.