Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



how to select single row from table and insert into same table as a new record by using a single sq..

Answer / vipul dalwala

INSERT INTO table_name SELECT * FROM table_name WHERE
column_name = 'select condition';

Is This Answer Correct ?    11 Yes 3 No

how to select single row from table and insert into same table as a new record by using a single sq..

Answer / 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

More PHP Interview Questions

Do you know what is the difference between the include() and require() functions?

0 Answers  


How to remove html tags from data in php?

0 Answers  


What software is required for php?

0 Answers  


What does namespace mean in php?

0 Answers  


what method is used to get a user's IP address?

2 Answers  


What the difference between the 'bitwise and' operator and the 'logical and' operator?

0 Answers  


Can you use php and javascript together?

0 Answers  


How to break a file path name into parts?

0 Answers  


List some sorting functions in php?

0 Answers  


what is php?

3 Answers  


How can we encrypt the username and password using PHP?

3 Answers   Rushmore Consultancy,


What are the advantages of indexes?

0 Answers  


Categories