Skip to main content

Is there a way to create views in RDM that contain union statements combining queries to different tables?

Hi @Patty B,

In RDM you can create a Data set. Data sets allow you to use an arbitrary select query to fetch its data including a union statement.

Please note, however, that unlike RDM Views, RDM datasets are read-only. Therefore, you won’t be able to change data in the underlying tables using them.

You can find sample data sets in the RDM Banking Example project.

 


Reply