Jul 8, 2005 Thread starter #2 james0816 Programmer Jan 9, 2003 295 US i have the following create table `temptbl1` as (select yr, count(yr) from tbl1 where yr='2005' I want to be able to add another field to this table as an autoincrement field. Upvote 0 Downvote
i have the following create table `temptbl1` as (select yr, count(yr) from tbl1 where yr='2005' I want to be able to add another field to this table as an autoincrement field.