Files
RecordAppInsights/stats.sql

3 lines
83 B
MySQL
Raw Normal View History

select 'stage', count(*) from stage;
select 'requests ', count(*) from requests;