Cursor c = db.rawQuery(sql, null); if (c.moveToFirst()){ eAnno.setText(c.getString(0)); }
eAnno.setText(c.getString(0)+"€");