blob: 9e73be58323cf2483982b917cb09094c020c918c [file] [log] [blame]
create table stats_analyze_decimal_compare (a decimal) tblproperties ("transactional"="false");
insert into stats_analyze_decimal_compare values (5);
insert into stats_analyze_decimal_compare values (10);
desc formatted stats_analyze_decimal_compare a;