Writing SQL in Informatica Data Quality Analyst -


i new informatica data quality analyst (version 9.5.1 hotfix3) , having trouble in generating basic sql statement.

the sql statement being written against mapping specification of table imported flat file. statement looks like:

select columna, columnb table1 table1.columna = 's' 

the select .... portion of statement works fine encounter errors when throw in clause. think statement looks standard sql i'm not sure why not work. informatica analyst accept sql written in specific form? inverted commas causing problems?

the query must work trying execute. if not fetching results, need following steps:

1) load data source flat file database(oracle). can directly import data flat file table via sql developer.

2) execute query filter condition. if doesnt fetch rows, query in idq fetching correct results. if not, there missing in idq code.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -