Browse Source

sql - update reloadstatus.sql for sharesummary

master
kanoi 10 years ago
parent
commit
52fe152eed
  1. 1
      sql/reloadstatus.sql

1
sql/reloadstatus.sql

@ -1,4 +1,5 @@
select 'sharesummary' as "sharesummary",min(firstshare) as "min incomplete firstshare" from sharesummary where complete = 'n'; select 'sharesummary' as "sharesummary",min(firstshare) as "min incomplete firstshare" from sharesummary where complete = 'n';
select 'sharesummary' as "sharesummary",max(firstshare) as "max complete firstshare" from sharesummary where complete != 'n';
select 'workinfo' as "workinfo",max(createdate) as "max createdate" from workinfo; select 'workinfo' as "workinfo",max(createdate) as "max createdate" from workinfo;
select 'auths' as "auths",max(createdate) as "max createdate" from auths; select 'auths' as "auths",max(createdate) as "max createdate" from auths;
select 'poolstats' as "poolstats",max(createdate) as "max createdate" from poolstats; select 'poolstats' as "poolstats",max(createdate) as "max createdate" from poolstats;

Loading…
Cancel
Save