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