Solved

UNIONS in RDM Views

  • 2 May 2024
  • 1 reply
  • 9 views

Userlevel 1

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

icon

Best answer by AKislyakov 2 May 2024, 03:19

View original

1 reply

Userlevel 4
Badge +4

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