SQL Plus: Difference between revisions

Content deleted Content added
m Category:CS1 errors: deprecated parameters: migrate 3/3 |dead-url= to |url-status=; minor cleanup; WP:GenFixes on
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
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:
 
<sourcesyntaxhighlight lang="psql">
SQL> select 'Hello world' as example from dual;
 
Line 30:
--------------------------------
Hello world
</syntaxhighlight>
</source>
 
== History ==