I did slightly different query for account making, you don't have to increase id_index. its buggy, because don't check if account you want to create already exists. someone knows how to do it? I have >100 accts by now and its going to be a problem for me :p
just change login/password and press f5 in your TotalDB query analyzer.Code:insert into chr_log_info (id_index, login_id, passwd, d_sex, d_jumin, d_kyulje, bill_point, event1, event2, event3, event4, event5, event6, event7, event8, event9, event10, JF, QX) (select max(id_index)+1, 'login', 'password', 0, '666-666', 319, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'A' from chr_log_info)



Reply With Quote
