Sangeethak
4 years agoNew Contributor
$ in sql statement
I have a sql statement in snowflake execute snap.
“copy into table table_name from
(select t.$1,
t.$2,
t.$3
from file x(file_format=>'csv_format)t)”
I keep getting errors because of $ in the sql. Can anyone suggest how to enclose $ in the sql