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
What is warning – “cannot modify header information – headers already sent”?
What is parent __construct ();?
How to update memcached when you make changes to php?
How you can update memcached when you make changes to php?
What is strlen function in php?
What is get method in java?
What are the new features available in php 7?
What is string function sql?
What is echo in html?
What is preg_match?
Which is the best php framework for a beginner?
What is a persistence cookie?
How can i execute PHP File using Command Line?
What is use of header() function in php?
What is ci framework in php?