Date: 11/16/01
- Next message: Alexander Weber: "Re: [PHP] Copying into another table"
- Previous message: _lallous: "[PHP] Re: Filling a text field from a different window"
- Next in thread: Alexander Weber: "Re: [PHP] Copying into another table"
- Reply: Alexander Weber: "Re: [PHP] Copying into another table"
- Reply: Andrey Hristov: "Re: [PHP] Copying into another table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello!
Is there is anyway to copy from a table to another but by applying a filter?
Example:
SELECT * FROM table1 WHERE (condition)
INSERT INTO table2 (the results of the last query)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Alexander Weber: "Re: [PHP] Copying into another table"
- Previous message: _lallous: "[PHP] Re: Filling a text field from a different window"
- Next in thread: Alexander Weber: "Re: [PHP] Copying into another table"
- Reply: Alexander Weber: "Re: [PHP] Copying into another table"
- Reply: Andrey Hristov: "Re: [PHP] Copying into another table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

