Skip to main content
Solved

UNIONS in RDM Views

  • May 1, 2024
  • 1 reply
  • 27 views

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

Best answer by AKislyakov

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.

 

1 reply

Forum|alt.badge.img+2
  • Ataccamer
  • Answer
  • May 2, 2024

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.