projection delete

Prev Next

This command deletes a projection.

Usage

projection delete --database-name DATABASE
                  --schema-name SCHEMA
                  --table-name TABLE
                  --name PROJECTION

Required Parameters

--database-name DATABASE

Specifies the name of the database containing the table.

--schema-name SCHEMA

Specifies the name of the schema containing the table.

--table-name TABLE

Specifies the name of the table.

--name PROJECTION

Specifies the name of the projection to be deleted.

Example

vcli: admin> projection delete --database-name tabular --schema-name vastagoda --table-name agoda --name newProj
Projection has been deleted