ContributionsMost RecentMost LikesSolutions$ 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 Re: Mysql account Thanks for the input. I havent installed it yet. Mysql account 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 server was 0 milliseconds ago. The driver has not received any packets from the server. (Reason: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.; Resolution: Address the reported issue.) hostname :localhost port number : 3306 db name : employees user name :root pw :XXXXXX jdbc driver class :com.mysql.jdbc.Driver added mysql-connector-java-8.0.26.jar as jar file. Please let me know if I miss anything. Thanks Sangeetha Re: Pipeline Parameter in create statement Thank you so much Pipeline Parameter in create statement 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…