0

I am trying to place sql query to read data from kudud table in applciation.yaml file where string literal is used. But while running the program it is giving the parsing error as below - EL1043E: Unexpected token. Expected 'rcurly(})' but was 'identifier'

Below is the query used where "FINNACE" is a literal-

application.yaml - filequery.map : '{

"filequery" : "SELECT FILE, project FROM ( SELECT FILE AS file_or_table_group, "FINNACE" AS project FROM finnance_data ) AS finnancedata"

}'

Tinku
  • 53
  • 7

0 Answers0