I have a table with two columns and for example three rows as shown above. Then I want to create a view on this table.
This view should show for each line in the table as many lines as there is written in this line.
I have no idea how to solve this problem, has someone an example how to build a view with TSQL?
Example:

You should join this table with some table which has field with 1,2,3,4,5,6,…. numbers.
For example:
SQLFiddle demo