SQL Plus: Difference between revisions

Content deleted Content added
m Command types: <source lang="psql">
Line 24:
Interactive use can then start by entering a SQL statement (terminated by a semicolon), a PL/SQL block, or another command. For example:
 
<source lang="psql">
{{samp|SQL&gt;}}> {{code|select 'Hello world' as example from dual;|lang=oracle8}}
 
{{samp|EXAMPLE}}
{{samp|--------------------------------}}
{{samp|Hello world}}
</source>
 
== History ==