Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Heartbeat
by
Uhai
This query is marked as a draft
This query has been published
by
EqJjgOa8rVvsRmZL
.
Toggle Highlighting
SQL
set max_statement_time = 10; select substring_index(current_user(), '@', 1) as uname, database(); show databases; show tables from heartbeat_p; show columns from heartbeat_p.heartbeat; describe heartbeat_p.heartbeat; show index in heartbeat_p.heartbeat; select shard, last_updated, lag / 3600 as 'lag hours' from heartbeat_p.heartbeat;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...