Dove sto sbagliando in questa query SQL?
Codice:
CREATE TABLE avphpbb_cash_rates (
cash_id mediumint(8) unsigned NOT NULL default '0',
exchange_rate decimal(5,2) unsigned NOT NULL default '1.00',
exchange_fee decimal(5,2) unsigned NOT NULL default '0.00',
exchange_percent decimal(5,2) unsigned NOT NULL default '0.00',
);
Mi da il seguente Errore :
Citazione:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 6