3 lines
112 B
MySQL
3 lines
112 B
MySQL
|
INSERT INTO contact (
|
||
|
first_name, last_name, credential, message, time_created
|
||
|
) VALUES ($1, $2, $3, $4, $5)
|