I have a table with three columns.
I create the table as follows:
SELECT ACCNUM, AREA and NETT INTO AREA1 FROM ALLAREA
WHERE AREA = '01';
I now want to add a fourth column, a AUTOINC column which starts at 1 and ends at the last row.
How do I add this row?
I am using DBISAM V3.21
Thank you.
wickyd
I create the table as follows:
SELECT ACCNUM, AREA and NETT INTO AREA1 FROM ALLAREA
WHERE AREA = '01';
I now want to add a fourth column, a AUTOINC column which starts at 1 and ends at the last row.
How do I add this row?
I am using DBISAM V3.21
Thank you.
wickyd