Hi,
I am trying to execute SQL query in my input tool which takes the data from redshift connection and a column name with spaces. I have enclosed them with quotes example shown below but desktop designer still is not able to detect the column. Please help
select distinct (schema.table."Column id"),
from schema.table;
Error SQLPrepare: [Simba][Amazon Redshift] (30) Error occurred while trying to execute query: [SQLState 42703] Error: schema.table."Column id" does not exist