Hello,
looking for help in trying to run an inline view and then doing a select * off of that inline view. Something like this... but this gives me an error
SELECT * FROM (SELECT D.OID, A.DATEVALUEX AS SortValue
FROM DOCUMENTS D LEFT OUTER JOIN ATTRIBUTES A ON D.OID=A.DocumentOID AND...
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.