display sql syntax in Oracle's sqlplus?
Posted
by
user1375963
on Server Fault
See other posts from Server Fault
or by user1375963
Published on 2012-05-08T17:24:57Z
Indexed on
2012/07/04
9:18 UTC
Read the original article
Hit count: 189
Oracle
What is in Oracle's sqlplus equivalent of Linux's man or --help ?
When I'm in sqlplus and type help index, I get some commands displayed, but there is no way to get specific sql syntax. For example if I type 'help select' I get:
SP2-0172 No HELP matching this tiopic was found.
Of course, I would like to get all available options for select command.
How can I get info or sql syntax while I'm at sql prompt ?
Thanks
© Server Fault or respective owner