Query | Run |
---|---|
SELECT distinct(cat_title) from category; | 7 years ago |
SELECT * from category where cat_title="start" limit 10; | 7 years ago |
SELECT * from category limit 10; | 7 years ago |
Query | Run |
---|---|
SELECT distinct(cat_title) from category; | 7 years ago |
SELECT * from category where cat_title="start" limit 10; | 7 years ago |
SELECT * from category limit 10; | 7 years ago |