Answer the question
In order to leave comments, you need to log in
Why can't I insert a single quote in the console client?
Connected to postgres, created a database and a table. And I can't write quotes in the console, they just don't render. What could be the problem?
Instead
It turns out with copy-pasteinsert into users (Name, Age) values ('Tom', 33);
insert into users (Name, Age) values (Tom, 33);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question