0

Does Oracle have any builtin SQL syntax help.

I find I may have forgotten a few statements and sometimes have no Internet access.

I am using Oracle 11g.

Julien Vavasseur
10.2k2 gold badges29 silver badges47 bronze badges
asked May 23, 2016 at 12:22
2
  • 1
    You can download Oracle SQL Reference. docs.oracle.com/cd/B28359_01/server.111/b28286/toc.htm. Can download as PDF. Commented May 23, 2016 at 12:45
  • not SQL*Plus, but SQLcl can do that, ctrl+space to get next expected possible keywords Commented May 23, 2016 at 14:25

1 Answer 1

1

No

You can get a list of reserved words by typing help reserved words, but that's about it.

answered May 23, 2016 at 14:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.