without_exp

This commit is contained in:
2023-05-21 12:35:27 +08:00
parent 94583af801
commit b4e9512439
9 changed files with 20 additions and 17 deletions

3
SQL_running_check.sql Normal file
View 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;