通过改命令可以查询到帮助的目录

    可以通过 列出所有的 Doris 命令

    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. notee (\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. 列出 Doris 所有的 SQL 帮助目录

      1. help contents
    2. 列出日期函数下的所有函数列表