select distinct * from ipblocks where ipb_address="176.222.34.116" and... |
3 years ago |
select distinct ipb_id from ipblocks where ipb_address="176.222.34.116" and... |
3 years ago |
select distinct ipb_id from ipblocks on ipb_address="176.222.34.116" where... |
3 years ago |
select distinct user_name,ipb_id from user left join ipblocks on... |
3 years ago |