revokeStreamingSQLTable

Syntax

revokeStreamingSQLTable(tableName)

Arguments

tableName A STRING scalar indicating the name of the declared streaming SQL table.

Details

Revoke a streaming SQL table declared via declareStreamingSQLTable.

  • Only the table declared by the current user can be revoked.

  • Before revoking a table, all streaming SQL queries registered on it must be revoked first.

  • This function only removes the streaming SQL feature; the table and its data remain.

Return value: None.