Sql command to add 100 lines with same text in a collumn
by bmxakias from LinuxQuestions.org on (#4YGQ0)
Hello
I have a table named "data" and a column inside named "site" and i want to add 100 entries with the same data "www.mysite.com"
Inside "site" column to be like:
www.mysite.com
www.mysite.com
www.mysite.com
www.mysite.com
www.mysite.com
etc
How can i do that?
Thank you


I have a table named "data" and a column inside named "site" and i want to add 100 entries with the same data "www.mysite.com"
Inside "site" column to be like:
www.mysite.com
www.mysite.com
www.mysite.com
www.mysite.com
www.mysite.com
etc
How can i do that?
Thank you