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