I am trying to load the data into a internal stage using the snowsql put file command.
But it through an error.
001003 (42000): SQL compilation error:
syntax error line 1 at position 4 unexpected ‘file’.
Command: put file ://C:Practicescorecard.csv @test;
please tell me why am i getting this error
I tried the following commands, but still it throughs the same error.
put file ://C:Practicescorecard.csv @test;
PUT FILE ://C:Practicescorecard.csv @test;
SATHISH PRABHU is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.