The directory of help can be queried by changing the command

    All Doris commands can be listed with

    1. List of all MySQL commands:
    2. Note that all text commands must be first on line and end with ';'
    3. ? (\?) Synonym for `help'.
    4. clear (\c) Clear the current input statement.
    5. connect (\r) Reconnect to the server. Optional arguments are db and host.
    6. delimiter (\d) Set statement delimiter.
    7. edit (\e) Edit command with $EDITOR.
    8. exit (\q) Exit mysql. Same as quit.
    9. go (\g) Send command to mysql server.
    10. nopager (\n) Disable pager, print to stdout.
    11. note (\t) Don't write into outfile.
    12. pager (\P) Set PAGER [to_pager]. Print the query results via PAGER.
    13. print (\p) Print current command.
    14. prompt (\R) Change your mysql prompt.
    15. quit (\q) Quit mysql.
    16. rehash (\#) Rebuild completion hash.
    17. source (\.) Execute an SQL script file. Takes a file name as an argument.
    18. status (\s) Get status information from the server.
    19. use (\u) Use another database. Takes database name as argument.
    20. charset (\C) Switch to another charset. Might be needed for processing binlog with multi-byte charsets.
    21. warnings (\W) Show warnings after every statement.
    22. nowarning (\w) Don't show warnings after every statement.
    23. resetconnection(\x) Clean session context.
    24. For server side help, type 'help contents'
    1. List all SQL help contents of Doris

      1. help contents
    2. List all functions under the date function