Discussions
[42601] ERROR: cannot insert multiple commands into a prepared statement
10 months ago by Joseph Muiruri
Hi,
I am trying to upload data to my repository from DataGrip but each time, i try running this script
CREATE TABLE if not exists "Ngugisenior/parch_posey"."web_events" (id integer,account_id integer,occurred_at timestamp,channel varchar(255));
i keep getting the error
[42601] ERROR: cannot insert multiple commands into a prepared statement