How to fetch Physical SQL Query from a Semantic Query in RDL file?
问题 How to fetch Physical SQL Query from a Semantic Query in RDL file? We have some following steps to go ahead while extracting the Semantic Query from RDL Extract the Semantic Query from RDL file Validate against the Semantic Model XSD Parse and Transfrom Semantic Query into a structure where we will be able to generate Physical SQL from Execute the conversion process to get physical query We accomplished step 1, We were able to Extract the semantic query from RDL and store it in XML Question 1