The syntax for UPDATE STATISTICS in BNF is as follows:

Syntax

update statistics statement ::=
UPDATE ([table_name|index_name|
 [ ALL ]column_name] STATISTICS [ AND ]) ...
 [ FOR table_name] ;

For more information, see UPDATE STATISTICS.