@Override public String getConfiguredSqlSelect() { return "SELECT bestandsnaam, bestandsnaam " + " FROM geluid " + " <key>where bestandsnaam = :key</key> " + " <text>where upper(bestandsnaam) LIKE CONCAT(UPPER(:text), '%')</text>"; }
Report message to a moderator
@Override public String getConfiguredSqlSelect() { return "SELECT bestandsnaam, bestandsnaam " + " FROM geluid " + " WHERE obsolete = 0 " + " <key>AND bestandsnaam = :key</key> " + " <text>AND upper(bestandsnaam) LIKE CONCAT(UPPER(:text), '%')</text>"; }