how to select single row from table and insert into same
table as a new record by using a single sql query.
Answer Posted / vipul dalwala
INSERT INTO table_name SELECT * FROM table_name WHERE
column_name = 'select condition';
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How can you create a session in php?
What does a delimiter do in mysql?
Which one is best framework for php?
Explain what does $_files means?
How do you clear environment variables?
How can we display information of a variable and readable by human with php?
What is default session time in php?
How is it possible to parse a configuration file?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What websites use php?
What is lazy loading in php?
What are sql functions?
Write a program in php to reverse a number?
Whether php supports microsoft sql server?
Tell me what is the actually used php version?