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:
-
-
Specifies the authorization identifier of the HADB user who executes the adbgetcst command.
-
Specifies the password for the authorization identifier that was specified in the -u option.
-
Specifies the table name of the table for which cost information is to be deleted from the system table (base table).
-
Specifies that the cost information is to be deleted.
-