I'm running just a simple query in a stored procedure and one of the fields in the 'Select' clause comes from an additional 'Select' statement (a.k.a. embedded 'Select'). The problem is that the stored procedure won't compile with the embedded select in the code. Is this right? Does anyone know of a way around this issue?
By the way, I'm using Oracle 8i.
Thanks!!
Kelly
kelly.steensma@us.pwcglobal.com
By the way, I'm using Oracle 8i.
Thanks!!
Kelly
kelly.steensma@us.pwcglobal.com