Forum Moderators: open
Trying to add the row 'Postage' - it should be able to hold values with decimals - 1.99 for example.
SQL query:
ALTER TABLE `main` ADD `postage` SMALLINT( 1.99 ) NULL
MySQL said:
#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 '1.99) NULL' at line 1
Any help would be great, thanks!