I have a strange situation where the following (sub)query is throwing a variable window due to the WHERE constraint string. Is there any way to beat this? (NOTE: key inputs changed due to proprietary nature of the query)
SELECT /*+ PARALLEL(8) */ x, y AS "SUM PF-07320248 & PF-23456789 NAREA%"
FROM myTable
WHERE constraintA = 1 AND constraintB LIKE 'abc%' AND constraintC = 'SUM PF-1234678 & PF-23456789'
The "& PF" is the part of the WHERE clause that is throwing the variable window, expecting me to enter something.