MaumeeScott
Technical User
I need to add a sequence number to an existing table. The primary key is alpha-numberic which is causing me problems when I attempt to select a certain number of records. What I am trying to do is to select the first 50K records or records 50K through 100K etc.
I thought about taking an existing field that is not being used and adding a sequence number which I could then use in my select statement.
Thanks
Scott
I thought about taking an existing field that is not being used and adding a sequence number which I could then use in my select statement.
Thanks
Scott