This website requires JavaScript.
Explore
Help
Sign In
joe
/
RecordAppInsights
Watch
1
Star
0
Fork
0
You've already forked RecordAppInsights
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cc62eb3511fa0739deef22fe534d4eabffa44298
RecordAppInsights
/
stats.sql
3 lines
83 B
MySQL
Raw
Normal View
History
Unescape
Escape
Update with latest; changed target location
2021-05-06 09:24:29 -05:00
select
'
stage
'
,
count
(
*
)
from
stage
;
select
'
requests
'
,
count
(
*
)
from
requests
;
Reference in New Issue
Copy Permalink