Carl's Oracle

Carl's thougts about the Oracle Database Server

2005/10/28

Welcome to this new blog

@ 08:48 AM (34 months, 6 days ago)
Hi ervery body.
Used to have a blog at http://www.orcasoracle.blogspot.com/
but the RTF-Editor i missed is implemented at bloghi in a better way;
and last but not least support for tables :

 ColA  ColB  ColC
 1  2  3


This is an important feature to display resultsets or anything other
structured information.

cioa
Carl


PS: Some Code Test - looks great and indent is stored too :-)

DECLARE
   -- A PL/SQL-Null Block
BEGIN
   NULL;
END;
/