We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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))