4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
INSERT INTO `post`
|
||
|
(`category_id`, `date`, `title`, `body`)
|
||
|
VALUES
|
||
|
(?, ?, ?, ?);
|