SELECT `username`, `password`, `firstname`, `lastname` FROM info_user where username like '13%'
ini untuk melihat nim mhasiswa angkatan 2013
klw ada kesalhan di tahun 2013 contoh terbalik tabel firstname cara ganti seperti ini .. beres dahhh
update `info-user` set firstname=username where username like '13%'