Sample:
CREATE TABLE tblTarget2
(TargetID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY,
[PECID] Long,
[BS] Long,
[D] Long,
[D1] Long,
[MPS] Long,
[D2] Long,
PEC TEXT(8),
Email TEXT(50))
This sample will create a table called tblTarget2 with the
TargetID field set as primary key and automated counter.tblTarget
TargetID | PECID | BS | D | D1 | MPS | D2 | PEC | |
---|---|---|---|---|---|---|---|---|
1 | 1 | |||||||
2 | 2 | |||||||
3 | 3 |
Reference: http://support.microsoft.com/?id=116145
No comments:
Post a Comment