There was an error while loading. Please reload this page.
Welcome to the 360 wiki!
Importing from new table
insert into users (`email`, `usn`, `wifi_username`, `wifi_password`, `portal_password`) select * FROM `std1` WHERE 1
update `users` set email = lower(trim(email))