PDA

View Full Version : [MU] Xin query xóa các tài khoản ko online 1 tuần



The Gamer
26-02-13, 12:32 PM
Các bạn có query nào cho mình với

Xóa hết thông tin tài khoản - thùng đồ - mọi cái lien quan tới tài khoản không online trong 7 ngày

kenpro7777
26-02-13, 03:44 PM
- Xóa tài khoản không có nhiều kết nối từ 01/06/2010
delete from memb_info
where memb___id in (
select memb___id from memb_stat where disconnecttm<'2010-06-01')

delete from accountcharacter
where id in (
select memb___id from memb_stat where disconnecttm<'2010-06-01')

delete from character
where accountid in (
select memb___id from memb_stat where disconnecttm<'2010-06-01')

delete from warehouse
where accountid in (
select memb___id from memb_stat where disconnecttm<'2010-06-01')

bạn thử đổi ngày từ query này xem sao , mà xóa 1 tuần lỡ member nó bùn nó online lại nó đòi acc khổ lắm bạn