The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!

INSERT Errors using vertica docker image

joergschaberjoergschaber Vertica Customer

Hi, I am using the vertica-docker image and access Vertica using the jdbc-driver with DBVisualizer or C# Vertica.Data package. I can create an example table with
CREATE TABLE Persons (PersonID int, LastName varchar(255), FirstName varchar(255), Address varchar(255), City varchar(255));
The table is created in the schema public. However, when I try to insert data using
INSERT INTO TABLE public.Persons VALUES(1, 'Max', 'Muster', 'Street_1', 'Berlin');
I get an error : [Code: 4856, SQL State: 42601] [Vertica]VJDBC ERROR: Syntax error at or near "TABLE"
Any idea? Thanks!

Best Answers

  • joergschaberjoergschaber Vertica Customer
    Answer ✓

    Ups, that's embarrsing. Thanks!

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file