Postgresql – Error SQL statement for Inserting data with timestamps into Postgres from Go
I need to converting a statement from MySQL to Postgres. The error is on this statement "INTERVAL $3 DAY". I am following a certain tutorial on building web apps using Go. MySQL - insrt:= INSERT INTO snippets (title, content, created,…