select * from comment where comment_id=2 |
3 years ago |
select * from comment where commend_id=2 |
3 years ago |
select * from logging where log_title = 'नरेन्द्र_मोदी';
|
3 years ago |
select distinct(log_type) from logging where log_title = 'नरेन्द्र_मोदी';
|
3 years ago |
select distinct(log_type) from logging; |
3 years ago |
select * from logging where log_action = 'protect' and log_title =... |
3 years ago |
select * from logging where log_action = 'protect' limit 20; |
3 years ago |
select distinct(log_action) from logging limit 10; |
3 years ago |
select distinct(log_title) from logging limit 10; |
3 years ago |
describe logging; |
3 years ago |
describe logging; |
3 years ago |