show tables |
7 months ago |
SELECT
'page' AS table_name, COUNT(*) AS total_count
FROM
... |
7 months ago |
-- Count pages in the page table
SELECT
'page' AS table_name, COUNT(*)... |
7 months ago |
show tables |
7 months ago |
show tables |
7 months ago |
show tables |
7 months ago |
show tables |
7 months ago |
show databases |
7 months ago |
show databases |
7 months ago |
SELECT
'page' AS table_name, COUNT(*) AS total_count
FROM
... |
7 months ago |
-- Count pages in the page table
SELECT
'page' AS table_name, COUNT(*)... |
7 months ago |
show tables |
7 months ago |
-- Count pages in the page table
SELECT
COUNT(*) AS total_pages
FROM
... |
7 months ago |
show tables
|
7 months ago |
SELECT
COUNT(*) AS total_pages
FROM
page
WHERE
page_namespace... |
7 months ago |
SELECT
COUNT(*) AS total_pages
FROM
page
WHERE
page_namespace... |
7 months ago |
count(show tables) |
7 months ago |
show tables |
7 months ago |
show table |
7 months ago |
select table |
7 months ago |
select |
7 months ago |
blank query |
7 months ago |