4 lines
80 B
MySQL
4 lines
80 B
MySQL
|
INSERT INTO `reply`
|
||
|
(`created`, `entry_id`, `message`)
|
||
|
VALUES
|
||
|
(?, ?, ?);
|