I'm trying the following:
我正在尝试以下方法:
CREATE TABLE Table1
(
RecordNo autonumber, --error here!
PersonId varchar(50),
...
)
CREATEI'm trying the following:
我正在尝试以下方法:
CREATE TABLE Table1
(
RecordNo autonumber, --error here!
PersonId varchar(50),
...
)
CREATE