Query Run
select count(comment_id) from comment limit 10; -- describe comment; 4 years ago
-- select count(*) from comment limit 10; describe comment; 4 years ago
select count(*) from comment limit 10; 4 years ago
select count(*) from comment limit 10; 4 years ago
select count(*) from comment limit 10; 4 years ago
select count(*)from comment; 4 years ago
select * from comment limit 1; 4 years ago
describe comment; 4 years ago