Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is it possible to join two or more dabase views?

Vinicius5
Tera Contributor

Good morning guys!

 

Can you tell me if it is possible to join two or more database views into a new database view?
For example, I have 2 database views and I need to join these two by creating a new database view.
I am not able to do so, as it is now possible to select a database view in the "table" field, only tables.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Vinicius5 

that's platform behavior.

you can create database view only on tables and not again on database views.

Database view is a virtual table and not an actual table so it's not possible.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

1 REPLY 1

Ankur Bawiskar
Tera Patron
Tera Patron

@Vinicius5 

that's platform behavior.

you can create database view only on tables and not again on database views.

Database view is a virtual table and not an actual table so it's not possible.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader