Skip to main content
mohammeds7691
June 21, 2023
Question

I want to add multiple columns from different tables to a existing views in Appian Cloud database

  • June 21, 2023
  • 3 replies
  • 0 views

I want to add multiple columns from different tables to a existing views in Appian Cloud database.

Can I use CREATE OR REPLACE VIEW for adding multiple columns from different tables to an existing view?

can anyone provide sample script.

3 replies

June 21, 2023

This is not something directly related to Appian, but yes, you can use this SQL command to edit an existing view.

stefanhelzle0001
Brainy
June 21, 2023

The Appian database is a MariaDB. You will find plenty tutorials in the internet.

harshitb6843
June 22, 2023

I am a fan of how they have implemented record relationships and how easy everything becomes. Consider using it if your view is not too complex. 

docs.appian.com/.../record-type-relationships.html