Files
oracle/vdh/avgskew.sql
T

4 lines
50 B
SQL
Raw Normal View History

2026-03-12 21:23:47 +01:00
select avg(pk_col) from kso.skew
where col1 > 0
/