Here is my code in Android Studio:
fun find(name: String) { val db = this.readableDatabase val cursor = db.rawQuery("SELECT * FROM $MY_TABLE WHER