I am trying to execute a Snowflake query to fetch some columns data in a table using Snowflake Execute snap.
Select “id”, “user_name”, “user_location”, “user_email” from t_user where “user_location...
@Supratim Nope. Throws the below error. Failed to execute query: Select id, user_name, user_location, user_email from t_user where user_location = ‘Chennai’ order by id Reason: SQL compilation error: error line 1 at position 7 invalid identifier ‘ID’