I need to do something completely insane. I have 2 views that have the same number of columns (different column names though except the ID column) and they both happen to have
2 existing UNION queries. From my understanding UNION and UNION ALL only work when combining 2 SELECT queries, here I’m trying to combine 4 of them! Aka the 2 views.
I need to do something completely insane. I have 2 views that have the
Share
“from my understanding UNION and UNION ALL only work when combining 2 SELECT Queries”
Ummmm…no. You can do something like the following:
etc, etc.