Hitachi

Hitachi Advanced Database Command Reference


15.3.3 Deleting cost information for a specific table

This example deletes the cost information for table TABLE01.

Organization of this subsection

(1) Executing the adbgetcst command

adbgetcst -u ADBUSER01                ...1
          -p '#HelloHADB_01'          ...2
          -t TABLE01                  ...3
          -d                          ...4
Explanation:
  1. Specifies the authorization identifier of the HADB user who executes the adbgetcst command.

  2. Specifies the password for the authorization identifier that was specified in the -u option.

  3. Specifies the table name of the table for which cost information is to be deleted from the system table (base table).

  4. Specifies that the cost information is to be deleted.