4 lines
50 B
SQL
4 lines
50 B
SQL
select avg(pk_col) from kso.skew
|
|
where col1 > 0
|
|
/
|
select avg(pk_col) from kso.skew
|
|
where col1 > 0
|
|
/
|