how to select single row from table and insert into same
table as a new record by using a single sql query.
Answers were Sorted based on User's Feedback
Answer / vipul dalwala
INSERT INTO table_name SELECT * FROM table_name WHERE
column_name = 'select condition';
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / sonal shah
we cannot insert into a table and select from the same table
Is This Answer Correct ? | 2 Yes | 3 No |
Tell me what should we do to be able to export data into an excel file?
Explain mysql_error().
What are super global variables in php?
Tell me how is it possible to remove escape characters from a string?
Where is my php ini file?
what server connected
What is super () python?
What is an anti csrf token?
What is meant by public, private, protected, static and final scopes?
What are php filters?
What does nan stand for computer science?
What are the advantages of stored procedures, triggers, indexes in php?