Hi, I
have created a table:
create table sandbox.xyz
(name varchar(256) not null);and want to load data from a file with the following command:
insert into sandbox.xyz
(?);the file I use contains just one value 'test'
after I have executed the query and choosen a file the following errormessage appears:
↧