1
0
Fork 0
justguestbook/sqlite_queries/entryNew.sql

4 lines
105 B
MySQL
Raw Permalink Normal View History

2023-05-22 00:50:11 +04:00
INSERT INTO `entry`
(`created`, `name`, `message`, `website`, `hide_website`)
VALUES
(?, ?, ?, ?, ?);