- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 07:33 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 07:41 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 07:41 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
