Query: SELECT nim,name FROM students WHERE name LIKE '%${q}%' OR nim='${q}'
SELECT nim,name FROM students WHERE name LIKE '%${q}%' OR nim='${q}'