User Activity

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
I tried to create a mysql account using localhost. I get the following error, can you please help. Failed to validate account: Failed to retrieve a database connection. Cause: Communications link failure The last packet sent successfully to the serve...
I have to pass the pipeline parameter as part of the table name in create table statement. Can you please share the syntax. Ex: “Create table “_jobname”+c1temp (abc , xyz …)” . it gives could not compile error…