Mysql
 sql >> Database >  >> RDS >> Mysql

SQLiteLog:(1) vicino a Produse:errore di sintassi

Non dovresti usare spazi bianchi nei nomi delle colonne.

cambia

public static String COLUMN_PRODUS = "Nume Produse";

in

public static String COLUMN_PRODUS = "NumeProduse";