I try to create the following table:
create table operation(
id char(30),
time timestamp,
price double,
amount int(2) unsigned,
type bit,
position bit,
primary key(id, time);
};
It gives an error: new '' at line 8.
Can anybody tell me what's wrong?
thanks.
Must read Review for Serious PHP Developers
NuSphere PhpED 5.5
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.5
(a popular PHP IDE) and
NuCoder 2.0
(a PHP Encoding Utility), read up on all the details.