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