SQL
AخA
SELECT log_id FROM logging ORDER BY log_id DESC LIMIT 1;
SELECT rev_id FROM revision ORDER BY rev_id DESC LIMIT 1;
SELECT user_id FROM user ORDER BY user_id DESC LIMIT 1;
SELECT site_id FROM sites ORDER BY site_id DESC LIMIT 1;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.