Hi, I have an oracle script to create a view, the script is complex as it uses different kinds of joins and CTE (common table expression). I want to create that view in the Universal Physical Model using the script. Also when i convert the model to Oracle, SQL Sever and Mysql then the script to create that view syntax should be compatible with different RDBMS.
How to achieve this??