DELETE TABLE_SERVICE
Description
Deletes the Table Service for a specified table.
Note that the SQL statement does not end with ;
Syntax
DELETE TABLE_SERVICE
LAKE = <string>
DATABASE = <string>
TABLE = <string>
SERVICE = { 'CLUSTER' | 'COMPACT' | 'CLEAN' | 'METASYNC' }
Examples
DELETE TABLE_SERVICE
LAKE = 'my_lake'
DATABASE = 'my_db'
TABLE = 'my_table'
SERVICE = 'CLUSTER'