blob: 5a6cf11902bdf918fd3c4a0d7c0d37ccbca835fb [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 ('numFiles'='1');