I want to create a table 'content' with the column name 'info' with each line inserted with the text "Record number 1" up to "Record number 100".
I've created the table and column so far with this code but I'm not sure how to generate the range:
CREATE TABLE content (info TEXT);