File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -397,9 +397,9 @@ All available procedures are listed below.
397397 -- clear all consumers in the table
398398 CALL [catalog.]sys.clear_consumers('identifier')
399399 -- clear some consumers in the table (accept regular expression)<br/>
400- CALL [catalog.]sys.clear_consumers('tableId ', 'includingConsumers')<br/><br/>
400+ CALL [catalog.]sys.clear_consumers('identifier ', 'includingConsumers')<br/><br/>
401401 -- exclude some consumers (accept regular expression)<br/>
402- CALL [catalog.]sys.clear_consumers('tableId ', 'includingConsumers', 'excludingConsumers')
402+ CALL [catalog.]sys.clear_consumers('identifier ', 'includingConsumers', 'excludingConsumers')
403403 </td>
404404 <td>
405405 To reset or delete consumer. Arguments:
You can’t perform that action at this time.
0 commit comments