C
chenhaobo
Unregistered / Unconfirmed
GUEST, unregistred user!
create table salary
(
UserId char(10) not null,
UserSalary Decimal(10,2) not null //此句Access 抱錯
)
(
UserId char(10) not null,
UserSalary Decimal(10,2) not null //此句Access 抱錯
)