without_exp
This commit is contained in:
3
SQL_running_check.sql
Normal file
3
SQL_running_check.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
select id, e_id, idx_sample, seed, ts_done from iiabmdb.without_exp_sample where is_done_flag != -1;
|
||||
select count(id) from iiabmdb.without_exp_sample where is_done_flag != -1;
|
||||
select count(id) from iiabmdb.without_exp_sample;
|
||||
Reference in New Issue
Block a user