blob: 3cdbb0032f9d4ff8626bbb3aef8a8595b6c108ac [file]
create table stat_test (a int);
-- this should fail, only numRows and rawDataSize should be updateable through update statistics
alter table stat_test update statistics set ('totalSize'='1');