Files

3 lines
83 B
MySQL
Raw Permalink Normal View History

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