insert into t_board 처리 후 ( list.html 비교 )
페이지 정보
작성자 관리자 작성일 24-06-06 12:38 조회 54 댓글 0본문
insert into t_board (
title,
contents,
creator_id,
created_datetime
)
values
(
'제목 title',
'내용 contents',
'1111',
now()
);
댓글목록 0
등록된 댓글이 없습니다.
insert into t_board (
title,
contents,
creator_id,
created_datetime
)
values
(
'제목 title',
'내용 contents',
'1111',
now()
);
등록된 댓글이 없습니다.