first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
6
rasta_data_manipulation/means_size.sql
Normal file
6
rasta_data_manipulation/means_size.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
SELECT AVG(dex_size) FROM apk;
|
||||
SELECT AVG(dex_size) FROM apk WHERE vt_detection = 0;
|
||||
SELECT AVG(dex_size) FROM apk WHERE vt_detection != 0;
|
||||
SELECT AVG(apk_size) FROM apk;
|
||||
SELECT AVG(apk_size) FROM apk WHERE vt_detection = 0;
|
||||
SELECT AVG(apk_size) FROM apk WHERE vt_detection != 0;
|
Loading…
Add table
Add a link
Reference in a new issue