Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: "Embed" command files inside queries?
Eric, Based on our systems any SQL statement that fits on a single
screen is short!
Oracle does have a feature that amounts to replacing a SQL statement with a label in another part of the SQL statement. See the WITH clause in the SQL manual. The WITH clause is especially useful when you need to use the exact same subquery in an SQL statement two or more times.
HTH -- Mark D Powell -- Received on Wed Sep 21 2005 - 09:39:38 CDT
![]() |
![]() |