Home >Database >navicat >How to turn pages in the navicat command line interface

How to turn pages in the navicat command line interface

下次还敢
下次还敢Original
2024-04-24 00:27:13737browse

Navicat command line interface provides two page turning commands: \page turns the page forward, \#n turns to the specified page number.

How to turn pages in the navicat command line interface

Navicat command line interface page turning

How to turn pages:

Navicat command line interface provides two built-in commands for page turning:

  • \page: page forward.
  • \#n: Turn to the specified page number (where n is the page number).

Detailed usage:

\page Command:

  • Turn forward one page.
  • If it is already on the last page, no operation will be performed.

\n Command:

  • Turn pages according to the specified page number.
  • If the entered page number does not exist, no operation will be performed.

Example:

  • \page: Turn forward one page.
  • \20: Turn to page 20.

Note:

  • In the Navicat command line interface, commands are not case-sensitive.
  • If you need to turn to the first page, please use the \home command.
  • If you need to turn to the last page, please use the \end command.

The above is the detailed content of How to turn pages in the navicat command line interface. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn