Thursday, 27 December 2012

PHP Coding for copy one Table to Another Table

CREATE TABLE NEW_TABLE_NAME AS (SELECT * FROM  OLD_TABLE_NAME )

No comments:

Post a Comment