I do not know the right syntax to achieve my desired result:
This would be my beginning point:
INSERT INTO table_job (job_no)
VALUES (variablenumber)
But I need to add the verbage to loop through this 1,000 times (adding 1,000 records) incrementing the variablenumber each time. What is appropriate in Query Analyzer?
This would be my beginning point:
INSERT INTO table_job (job_no)
VALUES (variablenumber)
But I need to add the verbage to loop through this 1,000 times (adding 1,000 records) incrementing the variablenumber each time. What is appropriate in Query Analyzer?