Ok, so I purposefully omitted the entire block of code because the goal was really to find an alternative to using 3 separate select statements (which means 3 separate passes on the table) with the 2 UNIONS. Here's the code in its entirety.
SELECT QUEUE
FROM
(
SELECT QUEUE
FROM...
Wondering if someone has a better alternative to the following code. The goal is to combine the record data for 3 columns into a single one.
SELECT QUEUE
FROM
(
SELECT QUEUE AS QUEUE
FROM MYSCHEMA.MYTABLE QUEUE1
UNION
SELECT SUPERVISOR AS QUEUE
FROM MYSCHEMA.MYTABLE QUEUE2...
We recently changed our domain name and bought a new SSL certificate. We've been unable to find a way to redirect users pointing to our old secure address to the new one without having the browser message popup with a warning about the domain mismatch. If they click "Ok" to proceed, the url...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.