select field1,field1/sum(field1) over() a from table1;

相关文章: