Hello...
On Tue, 05 Apr 2005 02:28:23 -0400, [EMAIL PROTECTED] (Tom Lane)
wrote:
>
>How does Oracle's PL/SQL handle this?
On ORACLE a FUNCTION MUST return a value. If the FUNCTION doesn't
return a value Oracle give a 'hint' on FUNCTION compilation and error
on SELECT function invocation: ORA-06
Results from Oracle 9.2.0.3 (9.2 patch 2)
===
Connected to Oracle9i Release 9.2.0.3.0
Connected as system
SQL>
SQL> DROP TABLE TESTTAB;
DROP TABLE TESTTAB
ORA-00942: table or view does not exist
SQL> create table TESTtab (col integer);
Table created
SQL> select 1 as col from TESTt
>Why 7.2.4 I wonder? And I don't see anything there in the CVS repository. I know they
>are not obliged to show us the source code, but doing so would be nice (especially to
>see the threading part).
Hi Andrew,
here you have the source code:
http://forge.novell.com/modules/xfmod/project/showfi
Hello all,
I have seen this presentation for new Novell Netware 6.5 version
released about two weeks or so.
http://www.novell.com/products/netware/netware65overview_popup.html
If you check 'Open Source' point, PostgreSQL text and PostgreSQL logo
are showed on the run.
I would be very happy if w