Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: And the correct answer is?
oracleuser wrote:
> I apologize for the error. What is the correct definition of a 'result'?
> Does it include the heading?
Yet another ambiguous question. The answer is 'maybe', as follows ...
If this is done in SQLPlus, and the tester is marking on byte-for-byte accuracy (which I have seen happen) then the result probably includes heading.
If this is an embedded SQL statement (unlikely, as it is terminated by a ";") then the result probably does NOT include the heading.
If this is a generic SQL statement, then we simply do not know whether it includes the header of not. Received on Sat Apr 05 2003 - 17:07:54 CST
![]() |
![]() |