Support for full outer join in Servicenow database views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 06:00 AM
Hello,
I want to have a full outer join in servicenow database view. There isn't any documentation available for that. Does servicenow supports outer join? If yes, how? And If no, how can I achhieve that?
Thanks
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2018 08:30 AM
Servicenow uses MySQL as database and MariaDB as a driver / interface
looking at MariaDB there is only a possibility of doing a cross join ( and eventually then e.g. for Reporting define the joins in a filter ), and I do not see such possibility in the Servicenow UI
Please correct me if I'm wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2020 04:34 AM
Hi
did you solved this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2020 09:05 AM
There is no support for Full Outer Joins. If not specified the joins are inner joins unless you select/click the Left Join option. See: