create table t1(a int); select 10 / count(a) from t1;