how to select single row from table and insert into same
table as a new record by using a single sql query.
Answer Posted / sonal shah
we cannot insert into a table and select from the same table
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Write a php function to convert all null values to blank?
How send email in php?
Explain the three different kinds of Arrays?
How to call a php function from html button?
What are the environmental variables?
How can you declare a constant variable in php?
Where are sessions stored php?
What is $_ request in php?
What are php magic methods/functions?
Is null in php?
What are computer variables?
What is mvc? Why its been used?
How do I debug php?
What is the expansion of LAMP?
Write a query to find the 2nd highest salary of an employee from the employee table?