I want to write a SQL query that inserts incremental numbers that start in specific number (for example 100) and ends at another specific number (for example 3000) into a column of a table in SQL Server, but I don’t know how to do this.
For example:
I want to insert 100 to 3000 into categoryID (column) from Category (table)
Thank you very much
1 Answer