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
Tell me how to set a page as a home page in a php based site?
Is PHP an open source software?
What is "print" in php?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How to get number of days between two given dates using PHP?
How to redirect https to http url through .htaccess?
How to download and install php on windows?
What is helper library?
What is echo and print in php?
How to set cookies?
Explain about PHP filter and why it should be used?
How to copy a file?
What is the use of the function 'imagetypes()'?
Which php function will attach one file to another?
Is php an oop?