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 are the advantages of php mysql?
Explain about the data types in PHP?
Which function is used in php to delete a file?
How to write comment in php?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
Tell me how can we define a variable accessible in functions of a php script?
How to open a file in php?
what are the differences between php and perl
What are php expressions?
How to create an array in php?
Which function is used to strip whitespace?
Can we override static method in php?
Why constructor is not overridden?
What are the uses of implode() function?
What are the steps for the payment gateway processing?