table delete Sara Levy April 03, 2023 14:50 Follow This command deletes a VAST database table. Usage table create --name TABLE --schema-name SCHEMA --database-name DATABASE Required Parameters --name TABLE Enter the name of the table to be deleted. --schema-name SCHEMA Enter the name of the schema where the table resides. --database-name DATABASE Enter the name of the database where the table resides. Example This example shows deleting a table named cats : vcli: admin> table delete --name cats --schema-name schema1 --database_name vastdb Related articles Managing VAST Databases table list table create VAST Database Overview Comments 0 comments Article is closed for comments.
Comments
0 comments
Article is closed for comments.