我有一个有97列的表,我想总和96列.
select sum(col1+col2+col3+.....+col96) from tableA where meter_id=x;
我不想给所有96个列名,最好的方法是什么?此致,RR
oracle
oracle ×1