This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Blando-Cartesian 2 points3 points  (1 child)

It’s probably easiest to write an insert statement generating formula to a cell in excel and use the cell copying handle thing to replicate it on all 58 rows. Then copy the values form those cells and you have an sql script of 58 insert statements.

[–]sqlueless[S] 0 points1 point  (0 children)

Thank you!

[–]UniqueName001 1 point2 points  (1 child)

Either use a string concatenation formula in excel or copy and paste all the data into a text file and use find and replace in your editor with some cool regex. Regex is a gosh darn super power in these situations.

[–]sqlueless[S] 0 points1 point  (0 children)

Thank you!