Good day. I am writing comments
/** * The SQL statement to be executed. */ public static final String CREATE_TABLE = "create table " + TABLE_NAME + "(" + _ID + " integer primary key , " + NAME + " text not null " + ");"; it turns out
how to write to The SQL statement to be executed. displayed at the top of the comment, not at the bottom.