VeloDB Cloud
SQL Manual
Statments
Show-Statements
SHOW-SYNC-JOB

SHOW-SYNC-JOB

Name

SHOW SYNC JOB

Description

This statement is used to display the status of all resident data synchronization jobs in the specified database.

Syntax:

SHOW SYNC JOB [FROM db_name]

Example

  1. Display the status of all data synchronization jobs in the current database.

    SHOW SYNC JOB;
  2. Display the status of all data synchronization jobs under the database test_db.

    SHOW SYNC JOB FROM `test_db`;

Keywords

SHOW, SYNC, JOB

Best Practice