Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Add a Sequence Number for a Table/Row
TABLENAME
PROV_TB
ADDR_TB
ADDR_TB
AFFL_TB
TAX_TB
ETAX_TB
EPAY_TB
PROV_TB
I need to know how to create a sequence number the tables in between the PROV_TB. The PROV_TB has been assigned a number I created (153365000 is the 1st, 153365001 is the second) and now I need to add a sequence number for each table. So ADDR_TB is 1, ADDR_TB is 2, AFFL_TB is 3, TAX_TB is 4, ETAX_TB is 5, EPAY_TB is 6. The sequence numbers are specific to each provider so the number will restart for the second PROV_TB. So if the same tables populated under the second PROV_TB, the sequence would restart at 1. Any help would be great!
Questions by sdeuces90
Related Answered Questions
Related Open Questions