4 lines
98 B
SQL
4 lines
98 B
SQL
INSERT INTO `post`
|
|
(`category_id`, `date`, `title`, `url`, `body`)
|
|
VALUES
|
|
(?, ?, ?, ?, ?); |