I want to create a table with a column that will hold integer values from 1 to 2000.
Then I want insert records into the table with each value (1,2,3,...,2000).
I tried using a for loop to do so, but I don't succeed.
Can someone help me ?'
Thanks
I want to create a table with a column that will hold integer values from 1 to 2000.
Then I want insert records into the table with each value (1,2,3,...,2000).
I tried using a for loop to do so, but I don't succeed.
Can someone help me ?'
Thanks