Skip to content
Manjesh V edited this page Aug 27, 2018 · 2 revisions

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))
Clone this wiki locally