|
|
@ -3,3 +3,4 @@ select 'workinfo' as "workinfo",max(createdate) as "max createdate" from workinf |
|
|
|
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; |
|
|
|
select 'userstats' as "userstats",max(statsdate) as "max statsdate - start of this hour" from userstats; |
|
|
|
select 'userstats' as "userstats",max(statsdate) as "max statsdate - start of this hour" from userstats; |
|
|
|
|
|
|
|
select 'blocks' as "blocks",max(createdate) as "max createdate" from blocks; |
|
|
|